Enumerable::Union Method

 

Produces the set union of two sequences.

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticUnion<TSource>(IEnumerable<TSource>^, IEnumerable<TSource>^)

Produces the set union of two sequences by using the default equality comparer.

System_CAPS_pubmethodSystem_CAPS_staticUnion<TSource>(IEnumerable<TSource>^, IEnumerable<TSource>^, IEqualityComparer<TSource>^)

Produces the set union of two sequences by using a specified IEqualityComparer<T>.

Return to top
Show: