C# Class JsonFx.UI.Jbst.JbstLiteral

Represents literal text in a JBST document
Inheritance: JbstControl, IJsonSerializable
Mostra file Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Public Methods

Method Description
JbstLiteral ( string text, bool normalize ) : System

Ctor

Private Methods

Method Description
IJsonSerializable ( JsonFx.Json.JsonReader reader ) : void
IJsonSerializable ( JsonWriter writer ) : void

Method Details

JbstLiteral() public method

Ctor
public JbstLiteral ( string text, bool normalize ) : System
text string
normalize bool if should normalize whitespace on output
return System