JsonNode.AsArray Méthode

Définition

Caste vers le 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

JsonArray

Un JsonArray.

Exceptions

Le nœud n’est pas un JsonArray.

S’applique à