[]
        
(Showing Draft Content)

C1.Win.Input.TagCollection.Insert

Insert Method

Insert(int, object)

Inserts item into the TagCollection at the specified index.

Declaration
public void Insert(int index, object value)
Parameters
Type Name Description
int index

Index of the item.

object value

The specified item.

Implements