ItemIndexRange(Int32, UInt32) Constructor
Definition
Initializes an instance of the ItemIndexRange class.
Equivalent WinUI constructor: Microsoft.UI.Xaml.Data.ItemIndexRange.ItemIndexRange.
public:
ItemIndexRange(int firstIndex, unsigned int length);
ItemIndexRange(int firstIndex, uint32_t length);
public ItemIndexRange(int firstIndex, uint length);
function ItemIndexRange(firstIndex, length)
Public Sub New (firstIndex As Integer, length As UInteger)
Parameters
- firstIndex
- Int32
The index of the first item in the instance of the ItemIndexRange class.
- length
- UInt32
The number of items in the instance of the ItemIndexRange class.