BaseCollection.List 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
。