InternalAdd Method (MapSlicesCollection)
In This Topic
Internal used only. Adds an existing item to the collection.
Syntax
'Declaration
Protected Sub InternalAdd( _
ByVal As MapSlice _
)
protected void InternalAdd(
MapSlice
)
Parameters
- item
- The item to add.
See Also