Item Property
Collapse the table of content
Expand the table of content

IReadOnlyList(Of T).Item Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the element at the specified index in the read-only list.

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

'Declaration
ReadOnly Property Item ( _
	index As Integer _
) As T

Parameters

index
Type: System.Int32
The zero-based index of the element to get.

Property Value

Type: T
The element at the specified index in the read-only list.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft