.NET Framework Class Library
Enumerable..::.Union Method

Produces the set union of two sequences.

Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUnion<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), IEnumerable<(Of <(TSource>)>))Produces the union of two sequences by using the default equality comparer.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUnion<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), IEnumerable<(Of <(TSource>)>), IEqualityComparer<(Of <(TSource>)>))Produces the set union of two sequences by using a specified IEqualityComparer<(Of <(T>)>).
Top
See Also

Reference

Tags :


Page view tracker