ImmutableArray<T>.ICollection.Count Propiedad

Definición

Obtiene el tamaño de la matriz.

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

Valor de propiedad

Int32

Número de elementos de la colección.

Implementaciones

Excepciones

La propiedad IsDefault devuelve true.

Se aplica a