IppIntegerRange(Int32, Int32) Construtor

Definição

Cria uma nova instância da classe IppIntegerRange com os valores especificados. Esse objeto representa informações sobre um rangeOfInteger atributo conforme definido pelo IPP (Internet Printing Protocol).

public:
 IppIntegerRange(int start, int end);
 IppIntegerRange(int const& start, int const& end);
public IppIntegerRange(int start, int end);
function IppIntegerRange(start, end)
Public Sub New (start As Integer, end As Integer)

Parâmetros

start
Int32

int

O limite inferior do intervalo de inteiros (inclusivo).

end
Int32

int

O limite superior do intervalo de inteiros (inclusivo).

Aplica-se a