Struct Scope._scopeExit<TCtx1, TCtx2, TCtx3>
Implements
System.IDisposable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX
Assembly: NFX.dll
Syntax
public struct _scopeExit<TCtx1, TCtx2, TCtx3> : IDisposable
Type Parameters
Name | Description |
---|---|
TCtx1 | |
TCtx2 | |
TCtx3 |
Constructors
_scopeExit(TCtx1, TCtx2, TCtx3, Action<TCtx1, TCtx2, TCtx3>)
Declaration
public _scopeExit(TCtx1 ctx1, TCtx2 ctx2, TCtx3 ctx3, Action<TCtx1, TCtx2, TCtx3> onExit)
Parameters
Type | Name | Description |
---|---|---|
TCtx1 | ctx1 | |
TCtx2 | ctx2 | |
TCtx3 | ctx3 | |
System.Action<TCtx1, TCtx2, TCtx3> | onExit |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable