Click or drag to resize

RangeT Constructor (T, T, IComparerT, Boolean, Boolean)

Constructs a new range, including or excluding each end as specified, with the given comparer.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public Range(
	T start,
	T end,
	IComparer<T> comparer,
	bool includeStart,
	bool includeEnd
)

Parameters

start
Type: T

[Missing <param name="start"/> documentation for "M:Koden.Utils.Range`1.#ctor(`0,`0,System.Collections.Generic.IComparer{`0},System.Boolean,System.Boolean)"]

end
Type: T

[Missing <param name="end"/> documentation for "M:Koden.Utils.Range`1.#ctor(`0,`0,System.Collections.Generic.IComparer{`0},System.Boolean,System.Boolean)"]

comparer
Type: System.Collections.GenericIComparerT

[Missing <param name="comparer"/> documentation for "M:Koden.Utils.Range`1.#ctor(`0,`0,System.Collections.Generic.IComparer{`0},System.Boolean,System.Boolean)"]

includeStart
Type: SystemBoolean

[Missing <param name="includeStart"/> documentation for "M:Koden.Utils.Range`1.#ctor(`0,`0,System.Collections.Generic.IComparer{`0},System.Boolean,System.Boolean)"]

includeEnd
Type: SystemBoolean

[Missing <param name="includeEnd"/> documentation for "M:Koden.Utils.Range`1.#ctor(`0,`0,System.Collections.Generic.IComparer{`0},System.Boolean,System.Boolean)"]

See Also