The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CollectionBase::InnerList Property
.NET Framework (current version)
Gets an ArrayList containing the list of elements in the CollectionBase instance.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections::ArrayList^An ArrayList representing the CollectionBase instance itself.
Retrieving the value of this property is an O(1) operation.
The On* methods are invoked only on the instance returned by the List property, but not on the instance returned by the InnerList property.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: