Method CanBuildData
CanBuildData<T>()
Can this builder build the type of data requested.
Declaration
bool CanBuildData<T>() where T : IDataBuilderResult
Returns
| Type | Description |
|---|---|
| bool | True if the build can build it. |
Type Parameters
| Name | Description |
|---|---|
| T | The data type. |