Method Add
| Improve this Doc View SourceAdd(Model)
Adds the specified Model into this set.
Declaration
IModels Add(Model value)
Parameters
Type | Name | Description |
---|---|---|
Model | value | The Model to add. |
Returns
Type | Description |
---|---|
IModels | A new set if there is any modification to current sealed set; otherwise, the current set. |