Microsoft.WindowsAzure.Commands.Test.Utilities.Common.FileSystemHelper.Dispose C# (CSharp) Method

Dispose() public method

Destroy the files and directories created during the test.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

FileSystemHelper::Dispose ( bool disposing ) : void