C# Class Utilities.Json.JsonToken

Mostra file Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Methods

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

Protected Methods

Method Description
writeIdentation ( TextWriter writer, int ident ) : void

Method Details

ToString() public method

public ToString ( bool allowIndentation = false ) : string
allowIndentation bool
return string

Write() public method

public Write ( TextWriter writer, bool allowIndent ) : void
writer System.IO.TextWriter
allowIndent bool
return void

Write() public abstract method

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

writeIdentation() protected method

protected writeIdentation ( TextWriter writer, int ident ) : void
writer System.IO.TextWriter
ident int
return void