[This is preliminary documentation and is subject to change.]
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Scope AtExit<T1>(
T1 c1,
Action<T1> onExit
)
public Scope AtExit<T1>(
T1 c1,
Action<T1> onExit
)
Public Function AtExit(Of T1) (
c1 As T1,
onExit As Action(Of T1)
) As Scope
Public Function AtExit(Of T1) (
c1 As T1,
onExit As Action(Of T1)
) As Scope
public:
generic<typename T1>
Scope^ AtExit(
T1 c1,
Action<T1>^ onExit
)
public:
generic<typename T1>
Scope^ AtExit(
T1 c1,
Action<T1>^ onExit
)
member AtExit :
c1 : 'T1 *
onExit : Action<'T1> -> Scope
member AtExit :
c1 : 'T1 *
onExit : Action<'T1> -> Scope
- T1
Return Value
Type:
Scope