Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
CharPair Constructor
CharPair Class
See Also
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
CharPair Class
C1.Win.C1Spell Namespace