JsonNode.GetElementIndex Méthode

Définition

Retourne l’index du nœud actuel à partir du parent JsonArray.

public:
 int GetElementIndex();
public int GetElementIndex ();
member this.GetElementIndex : unit -> int
Public Function GetElementIndex () As Integer

Retours

Index du nœud actuel.

Exceptions

Le parent actuel n’est pas un JsonArray.

S’applique à