Skip to content

P_CodeJam_Ranges_RangeIntersection_1_Ranges

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

RangeIntersection(T).Ranges Property

The ranges in the intersection, if any.

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

Syntax

C#

public IReadOnlyList<Range<T>> Ranges { get; }

VB

Public ReadOnly Property Ranges As IReadOnlyList(Of Range(Of T))
	Get

F#

member Ranges : IReadOnlyList<Range<'T>> with get

Property Value

Type: IReadOnlyList(Range(T))
The ranges in the intersection, if any.

See Also

Reference

RangeIntersection(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally