C# Class Pytocs.Syntax.KeywordArgument

Inheritance: Argument
Show file Open project: uxmal/pytocs

Public Methods

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

Method Details

KeywordArgument() public method

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