Skip to content

F_CodeJam_Fn_1_IsNull

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

Fn(T).IsNull Field

The function that returns true if an object is null.

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

Syntax

C#

public static readonly Func<T, bool> IsNull

VB

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

F#

static val IsNull: Func<'T, bool>

Field Value

Type: Func(T, Boolean)

See Also

Reference

Fn(T) Class
CodeJam Namespace

Clone this wiki locally