get_range


Description:

[ Version ( since = "1.42" ) ]
public bool get_range (out uint64 start, out uint64 end)

Gets the start and end values for the range.

Parameters:

this

the Range

start

location to store the start value

end

location to store the end value

Returns:

true if the range contains more than one element, false otherwise.