Bari.Plugins.Csharp.Commands.Clean.CsprojCleaner.CsprojCleaner C# (CSharp) Method

CsprojCleaner() public method

Constructs the cleaner
public CsprojCleaner ( Suite suite ) : System
suite Suite Current suite
return System
        public CsprojCleaner(Suite suite)
        {
            this.suite = suite;
        }