Язык

BaseCollection.List Свойство

Определение

Возвращает список элементов, содержащихся в экземпляре 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

Значение свойства

Содержит ArrayList элементы коллекции. Это свойство возвращается, если не переопределяется null в производном классе.

Применяется к