Items Property

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>.

Namespace:  System.Collections.ObjectModel
Assembly:  mscorlib (in mscorlib.dll)

protected IList<T> Items { get; }

Property Value

Type: System.Collections.Generic.IList<T>
A IList<T> wrapper around the Collection<T>.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft