Skip to content

F_CodeJam_Fn_1_False

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

Fn(T).False Field

The function that returns false.

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

Syntax

C#

public static readonly Func<T, bool> False

VB

Public Shared ReadOnly False As Func(Of T, Boolean)

F#

static val False: Func<'T, bool>

Field Value

Type: Func(T, Boolean)

See Also

Reference

Fn(T) Class
CodeJam Namespace

Clone this wiki locally