ImmutableArray<T>::ICollection<T>::Count Property
Gets the number of array in the collection.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: [DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)] property int Count { virtual int get() sealed = ICollection<T>::Count::get; }
Property Value
Type: System::Int32Implements
ICollection<T>::Count| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if the IsDefault property returns true. |
Show: