ImmutableArray<T>.ICollection<T>.Count Eigenschaft

Definition

Ruft die Anzahl der Elemente in der Auflistung ab.

property int System::Collections::Generic::ICollection<T>::Count { int get(); };
int System.Collections.Generic.ICollection<T>.Count { get; }
member this.System.Collections.Generic.ICollection<T>.Count : int
 ReadOnly Property Count As Integer Implements ICollection(Of T).Count

Eigenschaftswert

Anzahl der Elemente in der Auflistung.

Implementiert

Ausnahmen

Die IsDefault-Eigenschaft gibt true zurück.

Gilt für: