Edit

Share via


Buffer.ReverseRange(Int32, Int32) Method

Definition

Reverses the order of buffer contents within a specified range.

public void ReverseRange(int start, int end);

Parameters

start
Int32

The start index of the range to reverse.

end
Int32

The end index of the range to reverse.

Applies to