ImmutableArray<T>.IReadOnlyCollection<T>.Count Eigenschap

Definitie

Hiermee haalt u het aantal items in de verzameling op.

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

Waarde van eigenschap

Het aantal items in de verzameling.

Implementeringen

Uitzonderingen

De IsDefault eigenschap retourneert true.

Van toepassing op