Skip to content

P_CodeJam_Ranges_RangeIntersection_1_Ranges

andrewvk edited this page Nov 5, 2016 · 3 revisions

RangeIntersection(T).Ranges Property

The ranges in the intersection, if any.

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

Syntax

C#

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

VB

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

F#

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

Property Value

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

See Also

Reference

RangeIntersection(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally