Click or drag to resize

RangeTContains Method

Returns whether or not the range contains the given value

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public bool Contains(
	T value
)

Parameters

value
Type: T

[Missing <param name="value"/> documentation for "M:Koden.Utils.Range`1.Contains(`0)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Koden.Utils.Range`1.Contains(`0)"]

See Also