Method HasSchema
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. |