ImmutableArray<T>.IReadOnlyCollection<T>.Count Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nombre d'éléments dans la collection.
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
Valeur de propriété
Nombre d’éléments de la collection.
Implémente
Exceptions
La IsDefault propriété retourne true.