InternalInsert Method (MapSlicesCollection)
In This Topic
Internal used only. Inserts an item ot the collection at the specified index.
Syntax
'Declaration
Protected Sub InternalInsert( _
ByVal As Integer, _
ByVal As MapSlice _
)
protected void InternalInsert(
int ,
MapSlice
)
Parameters
- index
- The zero-based index at which item should be inserted.
- item
- The object to insert into the collection.
See Also