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

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

공개 메소드들

메소드 설명
AsArray ( ) : PlistElementArray
AsBoolean ( ) : bool
AsDict ( ) : PlistElementDict
AsInteger ( ) : int
AsString ( ) : string
this ( string key ) : PlistElement

보호된 메소드들

메소드 설명
PlistElement ( ) : System

메소드 상세

AsArray() 공개 메소드

public AsArray ( ) : PlistElementArray
리턴 PlistElementArray

AsBoolean() 공개 메소드

public AsBoolean ( ) : bool
리턴 bool

AsDict() 공개 메소드

public AsDict ( ) : PlistElementDict
리턴 PlistElementDict

AsInteger() 공개 메소드

public AsInteger ( ) : int
리턴 int

AsString() 공개 메소드

public AsString ( ) : string
리턴 string

PlistElement() 보호된 메소드

protected PlistElement ( ) : System
리턴 System

this() 공개 메소드

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