ItemIndexRange(Int32, UInt32) Constructor

Definition

Initializes an instance of the ItemIndexRange class.

public:
 ItemIndexRange(int firstIndex, unsigned int length);
 ItemIndexRange(int const& firstIndex, uint32_t const& length);
public ItemIndexRange(int firstIndex, uint length);
function ItemIndexRange(firstIndex, length)
Public Sub New (firstIndex As Integer, length As UInteger)

Parameters

firstIndex
Int32

int

The index of the first item in the instance of the ItemIndexRange class.

length
UInt32

unsigned int

uint32_t

The number of items in the instance of the ItemIndexRange class.

Applies to