Creates and initiates an instance of the class.

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

Syntax

C#
public CharPair(
	char char1,
	char char2
)
Visual Basic (Declaration)
Public Sub New ( _
	char1 As Char, _
	char2 As Char _
)

Parameters

char1
Type: System..::.Char
First char.
char2
Type: System..::.Char
Second char.

See Also