Creates a copy of the current range with a different end value.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Range<T> WithEnd(
T end
)
Public Function WithEnd (
end As T
) As Range(Of T)
member WithEnd :
end : 'T -> Range<'T>
Parameters
- end
- Type: T
End of the new range.
Return Value
Type:
RangeTA new instance of the range with the specified end value.
See Also