Click or drag to resize

ArraysGetLength Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.Arrays.GetLength(System.Array)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static int GetLength(
	Array array
)

Parameters

array
Type: SystemArray

[Missing <param name="array"/> documentation for "M:com.espertech.esper.compat.collections.Arrays.GetLength(System.Array)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.Arrays.GetLength(System.Array)"]

See Also