Bari.Plugins.Fsharp.Commands.Clean.FsprojCleaner.FsprojCleaner C# (CSharp) Method

FsprojCleaner() public method

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