C# Class UnityEditor.iOS.Xcode.JsonElementDict

Inheritance: JsonElement
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
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

Method Details

Contains() public method

public Contains ( string key ) : bool
key string
return bool

CreateArray() public method

public CreateArray ( string key ) : JsonElementArray
key string
return JsonElementArray

CreateDict() public method

public CreateDict ( string key ) : JsonElementDict
key string
return JsonElementDict

Remove() public method

public Remove ( string key ) : void
key string
return void

SetBoolean() public method

public SetBoolean ( string key, bool val ) : void
key string
val bool
return void

SetInteger() public method

public SetInteger ( string key, int val ) : void
key string
val int
return void

SetString() public method

public SetString ( string key, string val ) : void
key string
val string
return void

this() public method

public this ( string key ) : JsonElement
key string
return JsonElement