public IList<IntegerRange> GetNumbers( string partition )
| Exception | Condition |
|---|---|
| ArgumentException | The sequence partition does not exist in the schema. |
| ArgumentNullException | A non-optional argument was null |
Numbers are returned as a collection of ranges, where each range is a pair of two integer values, Low and High. As long as there is no gap currently in the sequence, there will be only one range.