JsonNode.AsArray Méthode

Définition

Convertit en type dérivé JsonArray .

public:
 System::Text::Json::Nodes::JsonArray ^ AsArray();
public System.Text.Json.Nodes.JsonArray AsArray();
member this.AsArray : unit -> System.Text.Json.Nodes.JsonArray
Public Function AsArray () As JsonArray

Retours

Un JsonArray.

Exceptions

Le nœud n’est pas un JsonArray.

S’applique à