Add(Int32) | Adds a single number to the sequence. |
Add(String) | Adds a range of numbers to the sequence from a string representation (e.g. 1-5, 8, 11-13). |
Add(Nullable<Int32>, Nullable<Int32>) | Adds a range of numbers to the sequence. Reverse ordering is accepted. |