Collection<T>.Items Property
.NET Framework 4.6 and 4.5
Gets a IList<T> wrapper around the Collection<T>.
Namespace: System.Collections.ObjectModel
Assembly: mscorlib (in mscorlib.dll)
The wrapper provides the functionality of the IList<T> class and exposes all the elements of the Collection<T>.
Retrieving the value of this property is an O(1) operation.
.NET Framework
Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0.NET Framework Client Profile
Supported in: 4, 3.5 SP1XNA Framework
Supported in: 3.0, 2.0, 1.0.NET for Windows Phone apps
Supported in: Windows Phone 8.1, Windows Phone Silverlight 8.1, Windows Phone Silverlight 8Portable Class Library
Supported in: Portable Class Library
Show: