Click or drag to resize

CollectionsSetT Method

Creates a set from the inputs.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static ISet<T> Set<T>(
	params T[] items
)

Parameters

items
Type: T
The items.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.compat.collections.Collections.Set``1(``0[])"]

Return Value

Type: ISetT

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.Collections.Set``1(``0[])"]

See Also