Arraybracket.Bundling.Tests.ScriptDependencyOrdererTests.TestBase.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void
        public void Dispose()
        {
            if (Directory.Exists(_ContentPath))
                Directory.Delete(_ContentPath, true);
        }