C# Class Pytocs.Syntax.KeywordArgument

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

Méthodes publiques

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

Method Details

KeywordArgument() public méthode

public KeywordArgument ( 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