BaseCollection.List Vlastnost

Definice

Získá seznam prvků obsažených BaseCollection v instanci.

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

Hodnota vlastnosti

Obsahuje ArrayList prvky kolekce. Tato vlastnost vrátí null , pokud není přepsána v odvozené třídě.

Platí pro