Method RemoveSchema
RemoveSchema(Type)
Remove a given schema from this group.
선언
public bool RemoveSchema(Type type)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | The schema type. |
반환
타입 | 설명 |
---|---|
bool | True if the schema was found and removed, false otherwise. |