Skip to content

Overload_CodeJam_Ranges_Range_1_Union

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

Range(T).Union Method

Overload List

 

Name Description
Public method Union(T) Returns a union range containing original range and the value.
Public method Union(Range(T)) Returns a union range containing both of the ranges.
Public method Union(TKey2)(Range(T, TKey2)) Returns a union range containing both of the ranges.
Public method Union(T, T) Returns a union range containing both of the ranges.
  Back to Top

See Also

Reference

Range(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally