JsonObject.GetEnumerator 메서드

정의

컬렉션을 반복하는 열거자를 반환합니다.

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

반환

컬렉션을 반복하는 데 사용할 수 있는 열거자입니다.

구현

설명

참고

네임스페이 System.Json 스는 더 이상 지원되지 않는 Silverlight용으로 설계되었습니다. JSON 처리를 위해 대신 네임스페이스에서 API를 System.Text.Json 사용하는 것이 좋습니다.

적용 대상