JsonElement.ArrayEnumerator.GetEnumerator Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un énumérateur qui itère dans une collection.
public:
System::Text::Json::JsonElement::ArrayEnumerator GetEnumerator();
public System.Text.Json.JsonElement.ArrayEnumerator GetEnumerator();
member this.GetEnumerator : unit -> System.Text.Json.JsonElement.ArrayEnumerator
Public Function GetEnumerator () As JsonElement.ArrayEnumerator
Retours
Énumérateur qui peut être utilisé pour itérer dans le tableau.