[]
Inserts a new special character to the collection at the specified position.
public void Insert(int index, CustomPlaceholder cph)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which CustomPlaceholder should be inserted. |
CustomPlaceholder | cph | The CustomPlaceholder to insert. |