'Usage Dim instance As ImGearXMPArray(Of T) Dim index As Integer instance.RemoveAt(index)
Parameters
- index
- The zero-based index of the element to remove.
'Usage Dim instance As ImGearXMPArray(Of T) Dim index As Integer instance.RemoveAt(index)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is less than 0. -or- index is greater than Count. |