CollectionBase.List Property
.NET Framework (current version)
Gets an IList containing the list of elements in the CollectionBase instance.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections.IListAn IList representing the CollectionBase instance itself.
The On* methods are invoked only on the instance returned by the List property, but not on the instance returned by the InnerList property.
Retrieving the value of this property is an O(1) operation.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: