JsonObject.GetEnumerator Método

Definición

Devuelve un enumerador que recorre en iteración la colección JsonObject.

public:
 virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::Text::Json::Nodes::JsonNode ^>> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,System.Text.Json.Nodes.JsonNode?>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Text.Json.Nodes.JsonNode>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Text.Json.Nodes.JsonNode>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of String, JsonNode))

Devoluciones

Un enumerador que itera en JsonObject.

Implementaciones

Se aplica a