System.IO.FileCleanupTestBase.Dispose C# (CSharp) Méthode

Dispose() public méthode

Delete the associated test directory.
public Dispose ( ) : void
Résultat void
        public void Dispose()
        {
            Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

FileCleanupTestBase::Dispose ( bool disposing ) : void