[]
Inserts a RenderInputComboBoxItem into the current collection.
public void Insert(int index, RenderInputComboBoxItem item)
Type | Name | Description |
---|---|---|
int | index | The position where to insert the item. |
RenderInputComboBoxItem | item | The item to insert. |