Initializes a new instance of the
RangeT struct with a value for both the start and end.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Public Sub New (
value As T
)
new :
value : 'T -> Range
Parameters
- value
- Type: T
Value for the start and end of the range.
See Also