C# Class AsynqFramework.CodeWriter.CodeWriterBase.OutputToken

Afficher le fichier Open project: JamesDunne/Asynq

Méthodes publiques

Méthode 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 méthode

public OutputToken ( string text ) : System
text string
Résultat System

OutputToken() public méthode

public OutputToken ( string text, TokenType type ) : System
text string
type TokenType
Résultat System

OutputToken() public méthode

public OutputToken ( string text, TokenType type, int depth ) : System
text string
type TokenType
depth int
Résultat System

OutputToken() public méthode

public OutputToken ( string text, int depth ) : System
text string
depth int
Résultat System