Creates new CharPair item from the specified chars and adds it to the collection.

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

Syntax

C#
public bool Add(
	char char1,
	char char2
)
Visual Basic (Declaration)
Public Function Add ( _
	char1 As Char, _
	char2 As Char _
) As Boolean

Parameters

char1
Type: System..::.Char
First char.
char2
Type: System..::.Char
Second char.

Return Value

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

See Also