C# Class uFrame.Serialization.JSONLazyCreator

Inheritance: JSONNode
Afficher le fichier Open project: InvertGames/uFrameKernel

Méthodes publiques

Méthode 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
ToString ( ) : string
ToString ( string aPrefix ) : string
operator ( ) : bool
this ( int aIndex ) : JSONNode
this ( string aKey ) : JSONNode

Private Methods

Méthode Description
Set ( JSONNode aVal ) : void

Method Details

Add() public méthode

public Add ( JSONNode aItem ) : void
aItem JSONNode
Résultat void

Add() public méthode

public Add ( string aKey, JSONNode aItem ) : void
aKey string
aItem JSONNode
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

JSONLazyCreator() public méthode

public JSONLazyCreator ( JSONNode aNode ) : System
aNode JSONNode
Résultat System

JSONLazyCreator() public méthode

public JSONLazyCreator ( JSONNode aNode, string aKey ) : System
aNode JSONNode
aKey string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( string aPrefix ) : string
aPrefix string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

this() public méthode

public this ( int aIndex ) : JSONNode
aIndex int
Résultat JSONNode

this() public méthode

public this ( string aKey ) : JSONNode
aKey string
Résultat JSONNode