Method Except
| Improve this Doc View SourceExcept(IModels, IModels)
Removes the models in the specified collection from the current set.
Declaration
public static IModels Except(this IModels source, IModels other)
Parameters
Type | Name | Description |
---|---|---|
IModels | source | The current set. |
IModels | other | The collection of items to remove from this set. |
Returns
Type | Description |
---|---|
IModels | A new set if there is any modification to current sealed set; otherwise, the current set. |