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

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

공개 메소드들

메소드 설명
CreateArray ( string key ) : PlistElementArray
CreateDict ( string key ) : PlistElementDict
SetBoolean ( string key, bool val ) : void
SetInteger ( string key, int val ) : void
SetString ( string key, string val ) : void
this ( string key ) : PlistElement

메소드 상세

CreateArray() 공개 메소드

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

CreateDict() 공개 메소드

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

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 ) : PlistElement
key string
리턴 PlistElement