Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
UnityEditor
iOS
Xcode
PlistElement
C# Class UnityEditor.iOS.Xcode.PlistElement
Exibir arquivo
Open project: CarlosHBC/UnityDecompiled
Class Usage Examples
Public Methods
Method
Description
AsArray
( ) :
PlistElementArray
AsBoolean
( ) :
bool
AsDict
( ) :
PlistElementDict
AsInteger
( ) :
int
AsString
( ) :
string
this
(
string
key
) :
PlistElement
Protected Methods
Method
Description
PlistElement
( ) :
System
Method Details
AsArray()
public
method
public
AsArray
( ) :
PlistElementArray
return
PlistElementArray
AsBoolean()
public
method
public
AsBoolean
( ) :
bool
return
bool
AsDict()
public
method
public
AsDict
( ) :
PlistElementDict
return
PlistElementDict
AsInteger()
public
method
public
AsInteger
( ) :
int
return
int
AsString()
public
method
public
AsString
( ) :
string
return
string
PlistElement()
protected
method
protected
PlistElement
( ) :
System
return
System
this()
public
method
public
this
(
string
key
) :
PlistElement
key
string
return
PlistElement