C# Class Tsunami.Context

Afficher le fichier Open project: mono/tsunami Class Usage Examples

Méthodes publiques

Méthode Description
Handle ( string line ) : System.Result
Print ( TextWriter writer ) : void

Méthodes protégées

Méthode Description
HandleImpl ( string line ) : System.Result
PrintImpl ( TextWriter writer ) : void

Method Details

Handle() public méthode

public Handle ( string line ) : System.Result
line string
Résultat System.Result

HandleImpl() protected méthode

protected HandleImpl ( string line ) : System.Result
line string
Résultat System.Result

Print() public méthode

public Print ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

PrintImpl() protected méthode

protected PrintImpl ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void