ImmutableArray<T>::ICollection::Count Property
Gets the size of the array.
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::Int32Implements
ICollection::Count| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if the IsDefault property returns true. |
Show: