Method Union
| Improve this Doc View SourceUnion(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. |