Sdílet prostřednictvím


JsonObject.GetAt(Int32) Metoda

Definice

Získá vlastnost zadaného indexu.

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)

Parametry

index
Int32

Index páru založený na nule, který se má získat.

Návraty

Vlastnost v zadaném indexu jako pár klíč/hodnota.

Výjimky

index je menší než 0 nebo větší než nebo rovno Count.

Platí pro