Collection<T>.Items Vlastnost

Definice

Získá obálku IList<T> kolem .Collection<T>

protected:
 property System::Collections::Generic::IList<T> ^ Items { System::Collections::Generic::IList<T> ^ get(); };
protected System.Collections.Generic.IList<T> Items { get; }
member this.Items : System.Collections.Generic.IList<'T>
Protected ReadOnly Property Items As IList(Of T)

Hodnota vlastnosti

Obálka IList<T> kolem .Collection<T>

Poznámky

Obálka poskytuje funkce IList<T> třídy a zveřejňuje všechny prvky třídy Collection<T>.

Načtení hodnoty této vlastnosti je operace O(1).

Platí pro