Gets a IListT wrapper around the CollectionT.
Assembly: mscorlib (in mscorlib.dll)
Syntax
Protected ReadOnly Property Items As [%$TOPIC/ms132435_en-us_VS_110_3_0_0_0_0%](Of T)
protected [%$TOPIC/ms132435_en-us_VS_110_3_0_1_0_0%]<T> Items { get; }
protected:
property [%$TOPIC/ms132435_en-us_VS_110_3_0_2_0_0%]<T>^ Items {
[%$TOPIC/ms132435_en-us_VS_110_3_0_2_0_1%]<T>^ get ();
}
member Items : [%$TOPIC/ms132435_en-us_VS_110_3_0_3_0_0%]<'T> with get
Remarks
The wrapper provides the functionality of the IListT class and exposes all the elements of the CollectionT.
Retrieving the value of this property is an O(1) operation.
Platforms
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.