Bridge

IList Members

The IList<(Of <(<'T>)>)> type exposes the following members.

Methods


  Name Description
Public method IndexOf
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
Public method Insert
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
Public method RemoveAt
Removes the IList<(Of <(<'T>)>)> item at the specified index.

Properties


  Name Description
Public property Item
Gets or sets the element at the specified index.