C# Class AsynqFramework.CodeWriter.CodeWriterBase.OutputToken

Mostrar archivo Open project: JamesDunne/Asynq

Public Methods

Method Description
OutputToken ( string text ) : System
OutputToken ( string text, TokenType type ) : System
OutputToken ( string text, TokenType type, int depth ) : System
OutputToken ( string text, int depth ) : System

Method Details

OutputToken() public method

public OutputToken ( string text ) : System
text string
return System

OutputToken() public method

public OutputToken ( string text, TokenType type ) : System
text string
type TokenType
return System

OutputToken() public method

public OutputToken ( string text, TokenType type, int depth ) : System
text string
type TokenType
depth int
return System

OutputToken() public method

public OutputToken ( string text, int depth ) : System
text string
depth int
return System