ImmutableArray<T>.IReadOnlyCollection<T>.Count Eigenschaft

Definition

Ruft die Anzahl der Elemente in der Auflistung ab.

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

Eigenschaftswert

Die Anzahl der Elemente in der Auflistung.

Implementiert

Ausnahmen

Die IsDefault-Eigenschaft gibt true zurück.

Gilt für: