C# Class JsonFx.UI.Jbst.JbstInline

Internal representation of named JBST placholder inline content
Inheritance: JbstCommandBase
Show file Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Public Methods

Method Description
JbstInline ( ) : System

Ctor

Protected Methods

Method Description
Render ( JsonWriter writer ) : void

Method Details

JbstInline() public method

Ctor
public JbstInline ( ) : System
return System

Render() protected method

protected Render ( JsonWriter writer ) : void
writer JsonFx.Json.JsonWriter
return void