Show / Hide Table of Contents

Method Except

| Improve this Doc View Source

Except(IColumns, IColumns)

Removes specified columns from the current columns.

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

The current columns.

IColumns other

The columns to be removed.

Returns
Type Description
IColumns

A new set of columns 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