Show / Hide Table of Contents

Method Union

| Improve this Doc View Source

Union(IColumns, IColumns)

Ensures set contain all elements that are present in either the current columns or in the specified columns.

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

The current columns.

IColumns other

The collection to add elements from.

Returns
Type Description
IColumns

A new set if there is any modification to current set and current set sealed; otherwise, the current set.

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