[]
        
(Showing Draft Content)

C1.Win.Tile.MappingCollection.InsertItem

InsertItem Method

InsertItem(int, PropertyMapping)

Inserts a PropertyMapping into the MappingCollection at the specified index.

Declaration
protected override void InsertItem(int index, PropertyMapping pm)
Protected Overrides Sub InsertItem(index As Integer, pm As PropertyMapping)
Parameters
Type Name Description
int index
PropertyMapping pm
Overrides