BuildMaster SDK Reference
Version:

Union<TSource, TKey>(System.Collections.Generic.IEnumerable<TSource> first, System.Collections.Generic.IEnumerable<TSource> second, System.Func<TSource, TKey> getPrimaryKey) Method

Syntax

public static IEnumerable<TSource> Union<TSource, TKey>(IEnumerable<TSource> first, IEnumerable<TSource> second, Func<TSource, TKey> getPrimaryKey)

Parameters

first
Type: System.Collections.Generic.IEnumerable<TSource>
second
Type: System.Collections.Generic.IEnumerable<TSource>
getPrimaryKey
Type: System.Func<TSource, TKey>