BaseCollection.List Proprietà

Definizione

Ottiene l'elenco di elementi contenuti nell'istanza BaseCollection di .

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

Valore della proprietà

Oggetto ArrayList contenente gli elementi della raccolta. Questa proprietà restituisce a null meno che non venga sottoposto a override in una classe derivata.

Si applica a