TempFileCollection.ICollection.Count Vlastnost

Definice

Získá počet prvků obsažených v kolekci.

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

Hodnota vlastnosti

Počet elementů obsažených v objektu ICollection.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v TempFileCollection případě, že je instance přetypovaná na ICollection rozhraní.

Platí pro

Viz také