ImmutableArray<T>::Length Property

 

Gets the number of elements in the array.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property int Length {
	int get();
}

Property Value

Type: System::Int32

The number of elements in the array

Return to top
Show: