C# Class Compiler.MethodQueuingStage

Stage that will queue methods for compilation
Inheritance: Compiler.Framework.CompilerStageBase
Show file Open project: kthompson/csharpos

Public Methods

Method Description
Run ( IAssemblyCompiler compiler, IAssemblyCompilerContext context ) : IAssemblyCompilerContext

Method Details

Run() public method

public Run ( IAssemblyCompiler compiler, IAssemblyCompilerContext context ) : IAssemblyCompilerContext
compiler IAssemblyCompiler
context IAssemblyCompilerContext
return IAssemblyCompilerContext