C# Class Pytocs.Syntax.ListArgument

Inheritance: Argument
Show file Open project: uxmal/pytocs

Public Methods

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

Method Details

ListArgument() public method

public ListArgument ( Exp t, string filename, int start, int end ) : System
t Exp
filename string
start int
end int
return System

Write() public method

public Write ( TextWriter writer ) : void
writer System.IO.TextWriter
return void