InternalDataCollectionBase.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

注解

BaseCollection 类及其成员不用作独立组件,而是用作其他集合类派生标准功能的类。

适用于