Method RemoveSchema
RemoveSchema(Type)
Remove a given schema from this group.
Declaration
public bool RemoveSchema(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The schema type. |
Returns
Type | Description |
---|---|
Boolean | True if the schema was found and removed, false otherwise. |