Skip to content

F_CodeJam_Fn_1_TruePredicate

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

Fn(T).TruePredicate Field

The function that returns true.

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

Syntax

C#

public static readonly Predicate<T> TruePredicate

VB

Public Shared ReadOnly TruePredicate As Predicate(Of T)

F#

static val TruePredicate: Predicate<'T>

Field Value

Type: Predicate(T)

See Also

Reference

Fn(T) Class
CodeJam Namespace

Clone this wiki locally