C# Class Utilities.Json.JsonBool

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

Public Properties

Property Type Description
Value bool

Public Methods

Method Description
JsonBool ( bool value ) : System.IO
Write ( TextWriter writer, int ident, bool allowIndent ) : void

Method Details

JsonBool() public method

public JsonBool ( bool value ) : System.IO
value bool
return System.IO

Write() public method

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

Property Details

Value public_oe property

public bool Value
return bool