CreateFullRange
static
public static IRingRange CreateFullRange() Creates the full range.
Returns
IRingRange.
IRingRange values. public static IRingRange CreateFullRange()public static IRingRange CreateRange(List<IRingRange> inRanges)IRingRange representing the union of all provided ranges. inRangesList<IRingRange>IRingRange representing the union of all provided ranges.public static IRingRange CreateRange(uint begin, uint end)IRingRange representing the values between the exclusive lower bound, begin, and the inclusive upper bound, end. beginuintenduintIRingRange representing the values between the exclusive lower bound, begin, and the inclusive upper bound, end.public static IEnumerable<ISingleRange> GetSubRanges(IRingRange range)rangeIRingRange