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

适用于