Table of Contents

Interface IBuilder

Namespace
Cryville.EEW
Assembly
Cryville.EEW.dll
Represents a builder that builds another object. May hold a set of properties used when constructing the target object.
public interface IBuilder : IPropertiesHolder, INamedComponent
Inherited Members

Methods

Build(ref CultureInfo?)

Builds the object.
object? Build(ref CultureInfo? culture)

Parameters

culture CultureInfo
The preferred culture of the object. When the method returns, set to the actual culture of the object.

Returns

object
The built object.