Click or drag to resize

RangeTContains Method

Determines if the specified value is between or equal to the Start and End of this range.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Contains(
	T value
)

Parameters

value
Type: T
Value to check if it is within this range.

Return Value

Type: Boolean

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

See Also