There was an error while loading. Please reload this page.
Creates IDisposable instance that calls disposeAction on disposing.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static IDisposable Create( Action disposeAction )
VB
Public Shared Function Create ( disposeAction As Action ) As IDisposable
F#
static member Create : disposeAction : Action -> IDisposable
Type: IDisposableInstance of IDisposable that calls disposeAction on disposing.
Disposable ClassCreate OverloadCodeJam Namespace