Boo.Lang.Compiler.CompilerStepEventArgs.CompilerStepEventArgs C# (CSharp) Метод

CompilerStepEventArgs() публичный Метод

public CompilerStepEventArgs ( CompilerContext context, ICompilerStep step ) : System
context CompilerContext
step ICompilerStep
Результат System
        #region Constructors

        public CompilerStepEventArgs(CompilerContext context, ICompilerStep step)
            : base(context)
        {
            this.Step = step;
CompilerStepEventArgs