C# Class Boo.Lang.Compiler.CompilerStepEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: boo/boo-lang Class Usage Examples

Public Properties

Property Type Description
Step ICompilerStep

Public Methods

Method Description
CompilerStepEventArgs ( CompilerContext context, ICompilerStep step ) : System

Method Details

CompilerStepEventArgs() public method

public CompilerStepEventArgs ( CompilerContext context, ICompilerStep step ) : System
context CompilerContext
step ICompilerStep
return System

Property Details

Step public_oe property

public ICompilerStep Step
return ICompilerStep