NStub.Core.BuildSystem.BuildSystem C# (CSharp) Method

BuildSystem() protected method

Initializes a new instance of the BuildSystem class.
protected BuildSystem ( ) : System.IO
return System.IO
        protected BuildSystem(/*string outputDirectory*/)
        {
            /*if (outputDirectory == null)
            {
                throw new ArgumentNullException("outputDirectory");
            }

            this.outputDirectory = outputDirectory;*/
        }