There was an error while loading. Please reload this page.
The IDisposable implementation with no action on Dispose()
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public struct EmptyDisposable : IDisposable
VB
Public Structure EmptyDisposable Implements IDisposable
F#
[<SealedAttribute>] type EmptyDisposable = struct interface IDisposable end
The Disposable.EmptyDisposable type exposes the following members.
CodeJam Namespace