C# Class Boo.Lang.Compiler.CompilerPipelineEventArgs

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

Méthodes publiques

Свойство Type Description
Context CompilerContext

Méthodes publiques

Méthode Description
CompilerPipelineEventArgs ( CompilerContext context ) : System

Method Details

CompilerPipelineEventArgs() public méthode

public CompilerPipelineEventArgs ( CompilerContext context ) : System
context CompilerContext
Résultat System

Property Details

Context public_oe property

public CompilerContext,Boo.Lang.Compiler Context
Résultat CompilerContext