Click or drag to resize

RangeTExcludeEnd Method

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

Return Value

Type: RangeT

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

See Also