Share via


JsonPrimitive 클래스

정의

public ref class JsonPrimitive : System::Json::JsonValue
public class JsonPrimitive : System.Json.JsonValue
type JsonPrimitive = class
    inherit JsonValue
Public Class JsonPrimitive
Inherits JsonValue
상속
JsonPrimitive

설명

참고

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

생성자

JsonPrimitive(Boolean)
JsonPrimitive(Byte)
JsonPrimitive(Char)
JsonPrimitive(DateTime)
JsonPrimitive(DateTimeOffset)
JsonPrimitive(Decimal)
JsonPrimitive(Double)
JsonPrimitive(Guid)
JsonPrimitive(Int16)
JsonPrimitive(Int32)
JsonPrimitive(Int64)
JsonPrimitive(SByte)
JsonPrimitive(Single)
JsonPrimitive(String)
JsonPrimitive(TimeSpan)
JsonPrimitive(UInt16)
JsonPrimitive(UInt32)
JsonPrimitive(UInt64)
JsonPrimitive(Uri)

속성

Count (다음에서 상속됨 JsonValue)
Item[Int32] (다음에서 상속됨 JsonValue)
Item[String] (다음에서 상속됨 JsonValue)
JsonType

메서드

ContainsKey(String) (다음에서 상속됨 JsonValue)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Save(Stream)
Save(TextWriter) (다음에서 상속됨 JsonValue)
ToString() (다음에서 상속됨 JsonValue)

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

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

(다음에서 상속됨 JsonValue)

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상