Creates new CharPair item from the specified chars and adds it to the collection.
Namespace:
C1.Win.C1SpellAssembly: 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 |