C# 클래스 UnityEditor.iOS.Xcode.JsonElementDict

상속: JsonElement
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( string key ) : bool
CreateArray ( string key ) : JsonElementArray
CreateDict ( string key ) : JsonElementDict
Remove ( string key ) : void
SetBoolean ( string key, bool val ) : void
SetInteger ( string key, int val ) : void
SetString ( string key, string val ) : void
this ( string key ) : JsonElement

메소드 상세

Contains() 공개 메소드

public Contains ( string key ) : bool
key string
리턴 bool

CreateArray() 공개 메소드

public CreateArray ( string key ) : JsonElementArray
key string
리턴 JsonElementArray

CreateDict() 공개 메소드

public CreateDict ( string key ) : JsonElementDict
key string
리턴 JsonElementDict

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

SetBoolean() 공개 메소드

public SetBoolean ( string key, bool val ) : void
key string
val bool
리턴 void

SetInteger() 공개 메소드

public SetInteger ( string key, int val ) : void
key string
val int
리턴 void

SetString() 공개 메소드

public SetString ( string key, string val ) : void
key string
val string
리턴 void

this() 공개 메소드

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