C# Class SimpleJSON.JSONLazyCreator

Inheritance: JSONNode
Mostrar archivo Open project: drakelinglabs/unityarmada

Public Methods

Method Description
Add ( JSONNode aItem ) : void
Add ( string aKey, JSONNode aItem ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
JSONLazyCreator ( JSONNode aNode ) : System
JSONLazyCreator ( JSONNode aNode, string aKey ) : System
ToJSON ( int prefix ) : string
ToString ( ) : string
ToString ( string aPrefix ) : string
operator ( ) : bool
this ( int aIndex ) : JSONNode
this ( string aKey ) : JSONNode

Private Methods

Method Description
Set ( JSONNode aVal ) : void

Method Details

Add() public method

public Add ( JSONNode aItem ) : void
aItem JSONNode
return void

Add() public method

public Add ( string aKey, JSONNode aItem ) : void
aKey string
aItem JSONNode
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

JSONLazyCreator() public method

public JSONLazyCreator ( JSONNode aNode ) : System
aNode JSONNode
return System

JSONLazyCreator() public method

public JSONLazyCreator ( JSONNode aNode, string aKey ) : System
aNode JSONNode
aKey string
return System

ToJSON() public method

public ToJSON ( int prefix ) : string
prefix int
return string

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( string aPrefix ) : string
aPrefix string
return string

operator() public static method

public static operator ( ) : bool
return bool

this() public method

public this ( int aIndex ) : JSONNode
aIndex int
return JSONNode

this() public method

public this ( string aKey ) : JSONNode
aKey string
return JSONNode