Collection<T>.Items Właściwość

Definicja

Pobiera otokę IList<T> wokół .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)

Wartość właściwości

Otoka IList<T> wokół .Collection<T>

Uwagi

Otoka zapewnia funkcjonalność IList<T> klasy i uwidacznia wszystkie elementy klasy Collection<T>.

Pobieranie wartości tej właściwości jest operacją O(1).

Dotyczy