IReadOnlyList(T) Properties
Collapse the table of content
Expand the table of content

IReadOnlyList(Of T) Properties

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

The IReadOnlyList(Of T) type exposes the following members.

  NameDescription
Public property Count Gets the number of elements in the collection. (Inherited from IReadOnlyCollection(Of T).)
Public property Item Gets the element at the specified index in the read-only list.
Top

Show:
© 2017 Microsoft