Collection<T>.Items Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a IList<T> wrapper around the Collection<T>.
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.
Show: