Method CanBuildData
CanBuildData<T>()
Used to determine if this builder is capable of building a specific type of data.
선언
public virtual bool CanBuildData<T>() where T : IDataBuilderResult
반환
타입 | 설명 |
---|---|
bool | True if this builder can build this data. |
타입 파라미터
이름 | 설명 |
---|---|
T | The type of data needed to be built. |