Share via


BaseCollection.List Özellik

Tanım

Örnekte bulunan BaseCollection öğelerin listesini alır.

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

Özellik Değeri

ArrayList Koleksiyonun öğelerini içeren. Bu özellik türetilmiş bir sınıfta geçersiz kılınmadığı sürece döndürür null .

Şunlara uygulanır