SynchronizedReadOnlyCollection<T>.IList<T>.Item[Int32] Propriedade

Definição

Retorna o objeto na coleção que tem o index especificado.

property T System::Collections::Generic::IList<T>::Item[int] { T get(int index); void set(int index, T value); };
T System.Collections.Generic.IList<T>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<T>.Item(int) : 'T with get, set
 Property Item(index As Integer) As T Implements IList(Of T).Item

Parâmetros

index
Int32

O índice baseado em zero do elemento a ser recuperado da coleção.

Valor da propriedade

T

O objeto na coleção que tem o especificado index.

Implementações

Aplica-se a