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 | 
|---|---|
| bool | True if the schema was found and removed, false otherwise.  |