C# Class JsonFx.UI.Jbst.JbstPlaceholder

Internal representation of a JBST placholder
Inheritance: JbstCommandBase
显示文件 Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Public Methods

Method Description
JbstPlaceholder ( ) : System

Ctor

Protected Methods

Method Description
Render ( JsonWriter writer ) : void

Method Details

JbstPlaceholder() public method

Ctor
public JbstPlaceholder ( ) : System
return System

Render() protected method

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