[]
The base builder for building object.
public abstract class BaseBuilder<TObject, TBuilder> : HideObjectMembers where TObject : class
Name | Description |
---|---|
TObject | The object type |
TBuilder | The builder type |
Name | Description |
---|---|
BaseBuilder(TObject) | Initializes a new instance of the BaseBuilder class. |