Click or drag to resize

CompatExtensionsUnwrapIntoArray Method (Type, Object, Boolean)

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.UnwrapIntoArray(System.Type,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 Array UnwrapIntoArray(
	Type arrayType,
	Object value,
	bool includeNullValues = true
)

Parameters

arrayType
Type: SystemType

[Missing <param name="arrayType"/> documentation for "M:com.espertech.esper.compat.collections.CompatExtensions.UnwrapIntoArray(System.Type,System.Object,System.Boolean)"]

value
Type: SystemObject

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

includeNullValues (Optional)
Type: SystemBoolean

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

Return Value

Type: Array

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

See Also