Creates new StringPair item from the specified strings and adds them to the collection.

Namespace:  C1.Win.C1Spell
Assembly:  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

Parameters

str1
Type: System..::.String
First string.
str2
Type: System..::.String
Second string.

Return Value

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

See Also