System.Collections.ObjectModel.Collection<T>.Items Property

Gets a IList`1 wrapper around the System.Collections.ObjectModel.Collection`1.

Syntax

protected IList<T> Items { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The wrapper provides the functionality of the IList`1 class and exposes all the elements of the System.Collections.ObjectModel.Collection`1.

Retrieving the value of this property is an O(1) operation.

Requirements

Namespace: System.Collections.ObjectModel
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0