Skip to content

F_CodeJam_Fn_1_Self

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

Fn(T).Self Field

The function that returns the same object which was passed as parameter.

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

Syntax

C#

public static readonly Func<T, T> Self

VB

Public Shared ReadOnly Self As Func(Of T, T)

F#

static val Self: Func<'T, 'T>

Field Value

Type: Func(T, T)

See Also

Reference

Fn(T) Class
CodeJam Namespace

Clone this wiki locally