Adds specified StringPair item to the collection.

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

Syntax

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

Parameters

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

Return Value

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

See Also