C# Class JsonFx.UI.Jbst.JbstDeclarationBlock

Inheritance: JbstCodeBlock
显示文件 Open project: pocket-playlab/jsonfx-v1

Public Methods

Method Description
Append ( JbstControl control ) : void

Append another code block onto declaration block

Append ( string code ) : void

Append another code block onto declaration block

JbstDeclarationBlock ( ) : System

Ctor

Protected Methods

Method Description
GetCodeBlock ( ) : string

Method Details

Append() public method

Append another code block onto declaration block
public Append ( JbstControl control ) : void
control JbstControl
return void

Append() public method

Append another code block onto declaration block
public Append ( string code ) : void
code string
return void

GetCodeBlock() protected method

protected GetCodeBlock ( ) : string
return string

JbstDeclarationBlock() public method

Ctor
public JbstDeclarationBlock ( ) : System
return System