FormattedLogValues.Item[Int32] Propriedade

Definição

Obtém o elemento no índice especificado na lista de apenas leitura.

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> default[int] { System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> get(int index); };
public System.Collections.Generic.KeyValuePair<string,object?> this[int index] { get; }
member this.Item(int) : System.Collections.Generic.KeyValuePair<string, obj>
Default Public ReadOnly Property Item(index As Integer) As KeyValuePair(Of String, Object)

Parâmetros

index
Int32

O índice em base zero do elemento a obter.

Valor de Propriedade

O elemento no índice especificado na lista de apenas leitura.

Implementações

Aplica-se a