Click or drag to resize

RangeTExcludeStart Method

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

Return Value

Type: RangeT

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

See Also