C# Class Boo.Lang.Compiler.CompilerStepEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Свойство Type Description
Step ICompilerStep

Méthodes publiques

Méthode Description
CompilerStepEventArgs ( CompilerContext context, ICompilerStep step ) : System

Method Details

CompilerStepEventArgs() public méthode

public CompilerStepEventArgs ( CompilerContext context, ICompilerStep step ) : System
context CompilerContext
step ICompilerStep
Résultat System

Property Details

Step public_oe property

public ICompilerStep Step
Résultat ICompilerStep