Skip to content

P_CodeJam_Ranges_Range_1_IsEmpty

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

Range(T).IsEmpty Property

The range is empty, ∅.

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

Syntax

C#

public bool IsEmpty { get; }

VB

Public ReadOnly Property IsEmpty As Boolean
	Get

F#

member IsEmpty : bool with get

Property Value

Type: Boolean
true if the range is empty; otherwise, false.

See Also

Reference

Range(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally