ImmutableArray<T>::IReadOnlyCollection<T>::Count Property

 

Gets the number of array in the collection.

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

private:
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property int Count {
	virtual int get() sealed = IReadOnlyCollection<T>::Count::get;
}

Property Value

Type: System::Int32

Exception Condition
InvalidOperationException

Thrown if the IsDefault property returns true.

Return to top
Show: