You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > Union Method > Union Method (this IEnumerable<TSource>, IEnumerable<TSource>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.Union Method (this IEnumerable<TSource>, IEnumerable<TSource>)

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

Syntax
C++
C#
Visual Basic
public: IEnumerable<TSource> Union<TSource>( this IEnumerable<TSource> first, IEnumerable<TSource> second );
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.