Skip to content

F_CodeJam_Fn_False

andrewvk edited this page Jun 23, 2016 · 5 revisions

Fn.False Field

Gets the function that always returns false.

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

Syntax

C#

public static readonly Func<bool> False

VB

Public Shared ReadOnly False As Func(Of Boolean)

F#

static val False: Func<bool>

Field Value

Type: Func(Boolean)

See Also

Reference

Fn Class
CodeJam Namespace

Clone this wiki locally