RangeT Constructor (T, T) |
Initializes a new instance of the
RangeT struct.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Range(
T start,
T end
)
Public Sub New (
start As T,
end As T
)
new :
start : 'T *
end : 'T -> Range
Parameters
- start
- Type: T
Start of the range (inclusive). - end
- Type: T
End of the range (inclusive).
See Also