C# Class Pytocs.Syntax.ListArgument

Inheritance: Argument
Afficher le fichier Open project: uxmal/pytocs

Méthodes publiques

Méthode Description
ListArgument ( Exp t, string filename, int start, int end ) : System
Write ( TextWriter writer ) : void

Method Details

ListArgument() public méthode

public ListArgument ( Exp t, string filename, int start, int end ) : System
t Exp
filename string
start int
end int
Résultat System

Write() public méthode

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