public void Dispose() { Dispose(true); GC.SuppressFinalize(this); }
public void DisposeTest() { DsaKey target = new DsaKey(); // TODO: Initialize to an appropriate value target.Dispose(); Assert.Inconclusive("A method that does not return a value cannot be verified."); }