Collection<T>.Items Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un IList<T> wrapper autour du 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é
Un IList<T> wrapper autour du 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).