-
Notifications
You must be signed in to change notification settings - Fork 34
M_CodeJam_Fn_Action
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
Helper for type inference from the lambda callback.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static Action Action(
Action action
)VB
Public Shared Function Action (
action As Action
) As ActionF#
static member Action :
action : Action -> Action
- action
- Type: System.Action
The lambda callback.
Type: Action
The lambda callback passed.