DisposableObject EnsureObjectNotDisposed Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void EnsureObjectNotDisposed()
See Also