ImmutableArray<T>::ICollection::Count Property

 

Gets the size of the array.

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

private:
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property int Count {
	virtual int get() sealed = ICollection::Count::get;
}

Property Value

Type: System::Int32

Exception Condition
InvalidOperationException

Thrown if the IsDefault property returns true.

Return to top
Show: