C# Class Parrot.Nodes.RawOutput

Inheritance: Statement
ファイルを表示 Open project: ParrotFx/Parrot

Public Methods

Method Description
RawOutput ( string variableName ) : System.ComponentModel
RawOutput ( string variableName, StatementTail tail ) : System.ComponentModel

Method Details

RawOutput() public method

public RawOutput ( string variableName ) : System.ComponentModel
variableName string
return System.ComponentModel

RawOutput() public method

public RawOutput ( string variableName, StatementTail tail ) : System.ComponentModel
variableName string
tail StatementTail
return System.ComponentModel