Skip to content

F_CodeJam_Fn_1_True

andrewvk edited this page Jun 23, 2016 · 6 revisions

Fn(T).True Field

The function that always returns true.

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

Syntax

C#

public static readonly Func<T, bool> True

VB

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

F#

static val True: Func<'T, bool>

Field Value

Type: Func(T, Boolean)

See Also

Reference

Fn(T) Class
CodeJam Namespace

Clone this wiki locally