Interface IBuilder
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
cultureCultureInfo- The preferred culture of the object. When the method returns, set to the actual culture of the object.
Returns
- object
- The built object.