Adds specified CharPair item to the collection.

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

Syntax

C#
public bool Add(
	CharPair item
)
Visual Basic (Declaration)
Public Function Add ( _
	item As CharPair _
) As Boolean

Parameters

item
Type: C1.Win.C1Spell..::.CharPair
CharPair item to add.

Return Value

True, if item is successfully added into the collection, otherwise False (if such item already exists in the collection).

See Also