This documentation is archived and is not being maintained.
CollectionBase.InnerList Property
.NET Framework 1.1
Gets an ArrayList containing the list of elements in the CollectionBase instance.
[Visual Basic] Protected ReadOnly Property InnerList As ArrayList [C#] protected ArrayList InnerList {get;} [C++] protected: __property ArrayList* get_InnerList(); [JScript] protected function get InnerList() : ArrayList;
Property Value
An ArrayList representing the CollectionBase instance itself.
Remarks
The On* methods are invoked only on the instance returned by the List property, but not on the instance returned by the InnerList property.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
CollectionBase Class | CollectionBase Members | System.Collections Namespace
Show: