Method HasSchema
HasSchema<TSchema>()
Checks if the group contains a schema of a given type.
선언
public bool HasSchema<TSchema>()
반환
타입 | 설명 |
---|---|
bool | True if the schema type or subclass has been added to this group. |
타입 파라미터
이름 | 설명 |
---|---|
TSchema | The schema type. |
HasSchema(Type)
Checks if the group contains a schema of a given type.
선언
public bool HasSchema(Type type)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | The schema type. |
반환
타입 | 설명 |
---|---|
bool | True if the schema type or subclass has been added to this group. |