Boo.Lang.Compiler.CompilerPipelineEventArgs.CompilerPipelineEventArgs C# (CSharp) Method

CompilerPipelineEventArgs() public method

public CompilerPipelineEventArgs ( CompilerContext context ) : System
context CompilerContext
return System
        #region Constructors

        public CompilerPipelineEventArgs(CompilerContext context)
        {
            this.Context = context;
CompilerPipelineEventArgs