CollectionBase.InnerList 属性

定义

获取一个 ArrayList,它包含 CollectionBase 实例中元素的列表。

protected:
 property System::Collections::ArrayList ^ InnerList { System::Collections::ArrayList ^ get(); };
protected System.Collections.ArrayList InnerList { get; }
member this.InnerList : System.Collections.ArrayList
Protected ReadOnly Property InnerList As ArrayList

属性值

表示 ArrayList 实例本身的 CollectionBase。 检索此属性的值的运算复杂度为 O(1)。

注解

On* 方法仅在 属性返回 List 的实例上调用,但不对 属性返回 InnerList 的实例调用。

适用于