Skip to content

P_CodeJam_Ranges_CompositeRange_2_IsEmpty

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

CompositeRange(T, TKey).IsEmpty Property

The composite 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

CompositeRange(T, TKey) Structure
CodeJam.Ranges Namespace

Clone this wiki locally