Click or drag to resize

CompatExtensionsUnwrapIntoSetT Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.UnwrapIntoSet``1(System.Object,System.Boolean)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static ISet<T> UnwrapIntoSet<T>(
	this Object value,
	bool includeNullValues = true
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.UnwrapIntoSet``1(System.Object,System.Boolean)"]

includeNullValues (Optional)
Type: SystemBoolean

[Missing <param name="includeNullValues"/> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.UnwrapIntoSet``1(System.Object,System.Boolean)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.UnwrapIntoSet``1(System.Object,System.Boolean)"]

Return Value

Type: ISetT

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.UnwrapIntoSet``1(System.Object,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also