Inserts DictionaryItem element into the collection at specified position.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
C# |
---|
public void InsertAt( int index, DictionaryItem item ) |
Visual Basic (Declaration) |
---|
Public Sub InsertAt ( _ index As Integer, _ item As DictionaryItem _ ) |
Parameters
- index
- Type: System..::.Int32
Position to insert to.
- item
- Type: C1.Win.C1Spell..::.DictionaryItem
A DictionaryItem element to insert.