NumberRangeEnumerate Method
Enumerates all the numbers that this range instance describes. The sequence will be distinct and in ascending order.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public virtual IEnumerable<int> Enumerate(
int finalNumber
)
Public Overridable Function Enumerate (
finalNumber As Integer
) As IEnumerable(Of Integer)
- finalNumber Int32
- The final number which is used as the maximum value for open range specifier.
IEnumerableInt32An enumerable sequence of integers. The sequence will be distinct and in ascending order