Поделиться через


JsonObject.GetAt(Int32) Метод

Определение

Возвращает свойство указанного индекса.

public:
 System::Collections::Generic::KeyValuePair<System::String ^, System::Text::Json::Nodes::JsonNode ^> GetAt(int index);
public System.Collections.Generic.KeyValuePair<string,System.Text.Json.Nodes.JsonNode?> GetAt (int index);
member this.GetAt : int -> System.Collections.Generic.KeyValuePair<string, System.Text.Json.Nodes.JsonNode>
Public Function GetAt (index As Integer) As KeyValuePair(Of String, JsonNode)

Параметры

index
Int32

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

Возвращаемое значение

Свойство по указанному индексу в виде пары "ключ-значение".

Исключения

index меньше 0 или больше или равно Count.

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