Operator StartEnd.implicit operator(+ 1 overload)
Overload
public static implicit operator Range(StartEnd s)
Parameters
| s (StartEnd) |
Returns
Overload(top)
public static implicit operator StartEnd(Range r)
Parameters
| r (Range) |
Returns
Exceptions
|
ArgumentException
The start or end of the range is from the end. |