FormattedLogValues.Item[Int32] Свойство

Определение

Возвращает элемент по указанному индексу в списке только для чтения.

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)

Параметры

index
Int32

Отсчитываемый от нуля индекс элемента.

Значение свойства

Элемент по указанному индексу в списке только для чтения.

Реализации

Применяется к