Inserts an element into the
ImGearXMPArray<T> at the specified index.
Syntax
public void Insert(
int ,
)
public: void Insert(
int ,
)
public:
void Insert(
int ,
)
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As _
)
'Usage
Dim instance As ImGearXMPArray(Of T)
Dim index As Integer
Dim item As
instance.Insert(index, item)
Parameters
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert.
Exceptions
See Also