public static Scope..::.._scopeExit<T1, T2> OnExit<T1, T2>(
T1 ctx1,
T2 ctx2,
Action<T1, T2> onExit
)
public static Scope..::.._scopeExit<T1, T2> OnExit<T1, T2>(
T1 ctx1,
T2 ctx2,
Action<T1, T2> onExit
)
Public Shared Function OnExit(Of T1, T2) (
ctx1 As T1,
ctx2 As T2,
onExit As Action(Of T1, T2)
) As Scope..::.._scopeExit(Of T1, T2)
Public Shared Function OnExit(Of T1, T2) (
ctx1 As T1,
ctx2 As T2,
onExit As Action(Of T1, T2)
) As Scope..::.._scopeExit(Of T1, T2)
public:
generic<typename T1, typename T2>
static Scope..::.._scopeExit<T1, T2> OnExit(
T1 ctx1,
T2 ctx2,
Action<T1, T2>^ onExit
)
public:
generic<typename T1, typename T2>
static Scope..::.._scopeExit<T1, T2> OnExit(
T1 ctx1,
T2 ctx2,
Action<T1, T2>^ onExit
)
static member OnExit :
ctx1 : 'T1 *
ctx2 : 'T2 *
onExit : Action<'T1, 'T2> -> Scope..::.._scopeExit<'T1, 'T2>
static member OnExit :
ctx1 : 'T1 *
ctx2 : 'T2 *
onExit : Action<'T1, 'T2> -> Scope..::.._scopeExit<'T1, 'T2>