IntRange.IntRange

IntRange(int, int)

Initializes a new instance of the IntRange class.

public IntRange(int start, int count)
ParameterTypeDescription
startInt32The start.
countInt32The count.

See Also


IntRange(int, int, int)

Initializes a new instance of the IntRange class.

public IntRange(int start, int count, int delta)
ParameterTypeDescription
startInt32The start.
countInt32The count.
deltaInt32The delta.

See Also


IntRange(int[])

Initializes a new instance of the IntRange class.

public IntRange(int[] range)
ParameterTypeDescription
rangeInt32[]The range.

See Also