Boo.Lang.Compiler.Pipelines.Run.Run C# (CSharp) Method

Run() public method

public Run ( ) : System
return System
        public Run()
        {
            Add(new RunAssembly());
        }