ImmutableArray<T>.ICollection<T>.Count Propriedade

Definição

Obtém o número de itens na coleção.

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

Valor da propriedade

Número de itens na coleção.

Implementações

Exceções

A propriedade IsDefault retorna true.

Aplica-se a