BaseCollection.List Egenskap

Definition

Hämtar listan över element som finns i instansen BaseCollection .

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

Egenskapsvärde

En ArrayList som innehåller elementen i samlingen. Den här egenskapen returnerar null om den inte åsidosätts i en härledd klass.

Gäller för