Click or drag to resize

StreamRecordReaderTCheckDisposed Method

Checks if the object is disposed, and if so throws a ObjectDisposedException.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
protected void CheckDisposed()
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe StreamRecordReaderT was disposed.
See Also