InternalDataCollectionBase.List Свойство
Определение
Возвращает элементы коллекции в виде списка.Gets the items of the collection as a list.
protected:
virtual property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected virtual System.Collections.ArrayList List { get; }
member this.List : System.Collections.ArrayList
Protected Overridable ReadOnly Property List As ArrayList
Значение свойства
Объект ArrayList, содержащий коллекцию.An ArrayList that contains the collection.
Комментарии
BaseCollectionКласс и его члены не предназначены для использования в качестве изолированного компонента, но в качестве класса, от которого другие классы коллекций наследуют стандартные функциональные возможности.The BaseCollection class and its members are not intended for use as a stand-alone component, but as the class from which other collection classes derive standard functionality.