Collection<T>.Items Propiedad

Definición

Obtiene un contenedor de IList<T> para la colección 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)

Valor de propiedad

Contenedor de IList<T> para la colección Collection<T>.

Comentarios

El contenedor proporciona la funcionalidad de la IList<T> clase y expone todos los elementos de .Collection<T>

La recuperación del valor de esta propiedad es una operación O(1).

Se aplica a