Click or drag to resize

RangeTIncludeEnd Method

Returns a range with the same boundaries as this, but including the end point. When called on a range already including the end point, the original range is returned.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public Range<T> IncludeEnd()

Return Value

Type: RangeT

[Missing <returns> documentation for "M:Koden.Utils.Range`1.IncludeEnd"]

See Also