Skip to content

F_CodeJam_Fn_True

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

Fn.True Field

Gets the function that always returns true.

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

Syntax

C#

public static readonly Func<bool> True

VB

Public Shared ReadOnly True As Func(Of Boolean)

F#

static val True: Func<bool>

Field Value

Type: Func(Boolean)

See Also

Reference

Fn Class
CodeJam Namespace

Clone this wiki locally