C# Class Utilities.Json.JsonToken

Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Méthodes publiques

Méthode Description
ToString ( bool allowIndentation = false ) : string
Write ( TextWriter writer, bool allowIndent ) : void
Write ( TextWriter writer, int ident, bool allowIndent ) : void

Méthodes protégées

Méthode Description
writeIdentation ( TextWriter writer, int ident ) : void

Method Details

ToString() public méthode

public ToString ( bool allowIndentation = false ) : string
allowIndentation bool
Résultat string

Write() public méthode

public Write ( TextWriter writer, bool allowIndent ) : void
writer System.IO.TextWriter
allowIndent bool
Résultat void

Write() public abstract méthode

public abstract Write ( TextWriter writer, int ident, bool allowIndent ) : void
writer System.IO.TextWriter
ident int
allowIndent bool
Résultat void

writeIdentation() protected méthode

protected writeIdentation ( TextWriter writer, int ident ) : void
writer System.IO.TextWriter
ident int
Résultat void