Skip to content

F_CodeJam_Fn_1_FalsePredicate

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

Fn(T).FalsePredicate Field

The function that always returns false.

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

Syntax

C#

public static readonly Predicate<T> FalsePredicate

VB

Public Shared ReadOnly FalsePredicate As Predicate(Of T)

F#

static val FalsePredicate: Predicate<'T>

Field Value

Type: Predicate(T)

See Also

Reference

Fn(T) Class
CodeJam Namespace

Clone this wiki locally