Method Remove
| Improve this Doc View SourceRemove(Model)
Removes the specified Model from this set.
Declaration
IModels Remove(Model value)
Parameters
Type | Name | Description |
---|---|---|
Model | value | The Model to remove. |
Returns
Type | Description |
---|---|
IModels | A new set if there is any modification to current sealed set; otherwise, the current set. |