Skip to content

P_CodeJam_Ranges_RangeIntersection_1_IsNotEmpty

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

RangeIntersection(T).IsNotEmpty Property

Gets a value indicating whether the intersection contains any ranges.

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

Syntax

C#

public bool IsNotEmpty { get; }

VB

Public ReadOnly Property IsNotEmpty As Boolean
	Get

F#

member IsNotEmpty : bool with get

Property Value

Type: Boolean
true if the intersection contains any ranges; otherwise, false.

See Also

Reference

RangeIntersection(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally