Why isnt HashAlgorithm.Dispose public?

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-03-31T05:51:37Z Indexed on 2010/03/31 5:53 UTC
Read the original article Hit count: 333

Filed under:
|
|

Why isnt HashAlgorithm.Dispose public?

void IDisposable.Dispose()
{
    this.Dispose(true);
    GC.SuppressFinalize(this);
}

© Stack Overflow or respective owner

Related posts about .NET

Related posts about idisposable