DataId64ListTUnion Method |
Get the Union of two collections.
The result is returned in the first collection.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public void Union(
IEnumerable<T> collection
)
Public Sub Union (
collection As IEnumerable(Of T)
)
public:
void Union(
IEnumerable<T>^ collection
)
member Union :
collection : IEnumerable<'T> -> unit
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
The collection to union with.
See Also