Array.ICollection.Count Właściwość

Definicja

Pobiera liczbę elementów zawartych w słowniku Array.

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

Wartość właściwości

Int32

Liczba elementów zawartych w kolekcji.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy Array wystąpienie jest rzutowanie do interfejsu ICollection .

Dotyczy