'Usage Dim instance As NativeObjectArray(Of T,TParentType) Dim index As Integer instance.RemoveAt(index)
Parameters
- index
- Index of item for removing from list.
'Usage Dim instance As NativeObjectArray(Of T,TParentType) Dim index As Integer instance.RemoveAt(index)
Exception | Description |
---|---|
ImageGear.Core.ImGearException | Item specified by index does not exist |