ImmutableArray<T>.ICollection<T>.Count Özellik

Tanım

Topluluktaki öğe sayısını alır.

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

Özellik Değeri

Koleksiyondaki öğe sayısı.

Uygulamalar

Özel durumlar

IsDefault özelliği döndürürtrue.

Şunlara uygulanır