C# Class SL2JS.JsonWriter

HAhaaaaha, good luck debugging this future-self, replace it with someone elses yeah?
Inheritance: IDisposable
Afficher le fichier Open project: robashton/SLJS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
EndArray ( ) : void
EndBlock ( ) : void
JsonWriter ( string jsonFilepath ) : System
StartArray ( string name ) : void
StartBlock ( ) : void
WriteProperty ( string name, string value ) : void
WriteRawProperty ( string name, string value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DecreaseIndent ( ) : void
IncreaseIndent ( ) : void
WriteCommaIfNecessary ( ) : void
WriteLine ( string s ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndArray() public méthode

public EndArray ( ) : void
Résultat void

EndBlock() public méthode

public EndBlock ( ) : void
Résultat void

JsonWriter() public méthode

public JsonWriter ( string jsonFilepath ) : System
jsonFilepath string
Résultat System

StartArray() public méthode

public StartArray ( string name ) : void
name string
Résultat void

StartBlock() public méthode

public StartBlock ( ) : void
Résultat void

WriteProperty() public méthode

public WriteProperty ( string name, string value ) : void
name string
value string
Résultat void

WriteRawProperty() public méthode

public WriteRawProperty ( string name, string value ) : void
name string
value string
Résultat void