Boo.Lang.Compiler.CompilerPipelineEventArgs.CompilerPipelineEventArgs C# (CSharp) 메소드

CompilerPipelineEventArgs() 공개 메소드

public CompilerPipelineEventArgs ( CompilerContext context ) : System
context CompilerContext
리턴 System
        #region Constructors

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