ThrowIfDisposed method
void
ThrowIfDisposed()
Implementation
/* private */
void ThrowIfDisposed() {
throw NotImplementedException("ThrowIfDisposed");
// if (this.isDisposed)
// {
// throw new ObjectDisposedException(this.GetType().FullName);
// }
}