Show / Hide Table of Contents

Method Except

| Improve this Doc View Source

Except(IScalars, IScalars)

Removes the columns in the specified collection from the current set.

Declaration
public static IScalars Except(this IScalars source, IScalars other)
Parameters
Type Name Description
IScalars source

The current set.

IScalars other

The collection of items to remove from this set.

Returns
Type Description
IScalars

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