CollectionBase.InnerList 属性
获取一个 ArrayList,它包含 CollectionBase 实例中元素的列表。
**命名空间:**System.Collections
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
Protected ReadOnly Property InnerList As ArrayList
用法
Dim value As ArrayList
value = Me.InnerList
protected ArrayList InnerList { get; }
protected:
property ArrayList^ InnerList {
ArrayList^ get ();
}
/** @property */
protected ArrayList get_InnerList ()
protected function get InnerList () : ArrayList
属性值
表示 CollectionBase 实例本身的 ArrayList。 检索此属性的值的运算复杂度为 O(1)。
备注
仅对 List 属性所返回的实例调用 On* 方法,而不对 InnerList 属性所返回的实例调用这些方法。
平台
Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
.NET Compact Framework
受以下版本支持:2.0、1.0