Click or drag to resize

CompatExtensionsAsHashSetT Method (T)

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.AsHashSet``1(``0[])"]

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

Parameters

values
Type: T

[Missing <param name="values"/> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.AsHashSet``1(``0[])"]

Type Parameters

T

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

Return Value

Type: HashSetT

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

See Also