Skip to content

P_CodeJam_Ranges_Range_1_IsNotEmpty

andrewvk edited this page Jul 1, 2016 · 3 revisions

Range(T).IsNotEmpty Property

The range is NOT empty, ≠ ∅

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

Syntax

C#

public bool IsNotEmpty { get; }

VB

Public ReadOnly Property IsNotEmpty As Boolean
	Get

F#

abstract IsNotEmpty : bool with get
override IsNotEmpty : bool with get

Property Value

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

Implements

IRange(T).IsNotEmpty

See Also

Reference

Range(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally