Adds specified DictionaryItem value to the collection.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public void Add(
	DictionaryItem item
)
Visual Basic (Declaration)
Public Sub Add ( _
	item As DictionaryItem _
)

Parameters

item
Type: C1.Win.C1Spell..::.DictionaryItem
A DictionaryItem element to add.

See Also