C# 클래스 UnityEditor.iOS.Xcode.GetSocial.JsonElement

파일 보기 프로젝트 열기: Tardis-x/Bigger-Inside

공개 메소드들

메소드 설명
AsArray ( ) : JsonElementArray
AsBoolean ( ) : bool
AsDict ( ) : UnityEditor.iOS.Xcode.GetSocial.JsonElementDict
AsInteger ( ) : int
AsString ( ) : string
this ( string key ) : JsonElement

보호된 메소드들

메소드 설명
JsonElement ( ) : System

메소드 상세

AsArray() 공개 메소드

public AsArray ( ) : JsonElementArray
리턴 JsonElementArray

AsBoolean() 공개 메소드

public AsBoolean ( ) : bool
리턴 bool

AsDict() 공개 메소드

public AsDict ( ) : UnityEditor.iOS.Xcode.GetSocial.JsonElementDict
리턴 UnityEditor.iOS.Xcode.GetSocial.JsonElementDict

AsInteger() 공개 메소드

public AsInteger ( ) : int
리턴 int

AsString() 공개 메소드

public AsString ( ) : string
리턴 string

JsonElement() 보호된 메소드

protected JsonElement ( ) : System
리턴 System

this() 공개 메소드

public this ( string key ) : JsonElement
key string
리턴 JsonElement