IntRange

IntRange(int, int)

Initialise une nouvelle instance duIntRange classe.

public IntRange(int start, int count)
ParamètreTaperLa description
startInt32Le début.
countInt32Le décompte.

Voir également


IntRange(int, int, int)

Initialise une nouvelle instance duIntRange classe.

public IntRange(int start, int count, int delta)
ParamètreTaperLa description
startInt32Le début.
countInt32Le décompte.
deltaInt32Le delta.

Voir également


IntRange(int[])

Initialise une nouvelle instance duIntRange classe.

public IntRange(int[] range)
ParamètreTaperLa description
rangeInt32[]La gamme.

Voir également