Click or drag to resize

RangeT Constructor (T, T)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Range(
	T start,
	T end
)

Parameters

start
Type: T
Start of the range (inclusive).
end
Type: T
End of the range (inclusive).
See Also