Initializes new instance of the StringPair class.

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

Syntax

C#
public StringPair(
	string str1,
	string str2
)
Visual Basic (Declaration)
Public Sub New ( _
	str1 As String, _
	str2 As String _
)

Parameters

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

See Also