Boo.Lang.Compiler.CompilerPipelineEventArgs.CompilerPipelineEventArgs C# (CSharp) Méthode

CompilerPipelineEventArgs() public méthode

public CompilerPipelineEventArgs ( CompilerContext context ) : System
context CompilerContext
Résultat System
        #region Constructors

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