CollectionBase.InnerList Proprietà

Definizione

Ottiene un ArrayList contenente l'elenco degli elementi presenti nell'istanza CollectionBase.

protected:
 property System::Collections::ArrayList ^ InnerList { System::Collections::ArrayList ^ get(); };
protected System.Collections.ArrayList InnerList { get; }
member this.InnerList : System.Collections.ArrayList
Protected ReadOnly Property InnerList As ArrayList

Valore della proprietà

Oggetto ArrayList che rappresenta l'istanza di CollectionBase. Il recupero del valore di questa proprietà è un'operazione O(1).

Commenti

I metodi On* vengono richiamati solo sull'istanza restituita dalla List proprietà , ma non sull'istanza restituita dalla InnerList proprietà .

Si applica a