ItemIndexRange(Int32, UInt32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.