Show / Hide Table of Contents

Method Except

| Improve this Doc View Source

Except(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest