TEnumerable.Union<T>(IEnumerable<T>,IEnumerable<T>) Method

Represents method Union<T>(IEnumerable<T>,IEnumerable<T>).

Namespace: Spring.Collections
public
 class function Union<T>(const first, second: IEnumerable<T>): IEnumerable<T>; static;

Type Parameters

T

Parameters

first
Type: IEnumerable<T>

second
Type: IEnumerable<T>

Return Value

Type: IEnumerable<T>