Click or drag to resize

RangeTIncludeStart Method

Returns a range with the same boundaries as this, but including the start point. When called on a range already including the start 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> IncludeStart()

Return Value

Type: RangeT

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

See Also