Skip to content

M_CodeJam_Fn_Action

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

Fn.Action Method (Action)

Helper for type inference from the lambda callback.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static Action Action(
	Action action
)

VB

Public Shared Function Action ( 
	action As Action
) As Action

F#

static member Action : 
        action : Action -> Action 

Parameters

 

action
Type: System.Action
The lambda callback.

Return Value

Type: Action
The lambda callback passed.

See Also

Reference

Fn Class
Action Overload
CodeJam Namespace

Clone this wiki locally