Creates new StringPair item from the specified strings and adds them to the collection.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
| C# |
|---|
public bool Add( string str1, string str2 ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ str1 As String, _ str2 As String _ ) As Boolean |