Skip to content

P_CodeJam_Ranges_CompositeRange_2_IsEmpty

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

CompositeRange(T, TKey).IsEmpty Property

The composite range is empty, ∅.

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

Syntax

C#

public bool IsEmpty { get; }

VB

Public ReadOnly Property IsEmpty As Boolean
	Get

F#

abstract IsEmpty : bool with get
override IsEmpty : bool with get

Property Value

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

Implements

ICompositeRange(T).IsEmpty

See Also

Reference

CompositeRange(T, TKey) Structure
CodeJam.Ranges Namespace

Clone this wiki locally