Click or drag to resize

SetUtilUnionT Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.SetUtil.Union``1(System.Void,``0)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static ICollection Union<T>(
	void set1,
	T set2
)

Parameters

set1
Type: SystemVoid

[Missing <param name="set1"/> documentation for "M:com.espertech.esper.compat.collections.SetUtil.Union``1(System.Void,``0)"]

set2
Type: T

[Missing <param name="set2"/> documentation for "M:com.espertech.esper.compat.collections.SetUtil.Union``1(System.Void,``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.compat.collections.SetUtil.Union``1(System.Void,``0)"]

Return Value

Type: ICollectionT

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.SetUtil.Union``1(System.Void,``0)"]

See Also