Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Boo
Lang
Compiler
CompilerStepEventArgs
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