Collection<T>.Items Propriété

Définition

Obtient un wrapper IList<T> autour de 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)

Valeur de propriété

Wrapper IList<T> autour de Collection<T>.

Remarques

Le wrapper fournit les fonctionnalités de la IList<T> classe et expose tous les éléments du Collection<T>.

La récupération de la valeur de cette propriété est une opération O(1).

S’applique à