JsonObject.Values 속성

정의

ICollection<T>의 값이 들어 있는 IDictionary<TKey,TValue>을 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::Json::JsonValue ^> ^ Values { System::Collections::Generic::ICollection<System::Json::JsonValue ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Json.JsonValue> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Json.JsonValue>
Public ReadOnly Property Values As ICollection(Of JsonValue)

속성 값

ICollection<T>를 구현하는 개체의 값을 포함하는 IDictionary<TKey,TValue>입니다.

구현

설명

참고

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

적용 대상