PairChar Constructor(Char,Char)
Initializes a new instance of the
PairChar class with specified left and right characters.
'Declaration
Public Function New( _
ByVal As Char, _
ByVal As Char _
)
'Usage
Dim left As Char
Dim right As Char
Dim instance As New PairChar(left, right)
Parameters
- left
- The left character of the pair.
- right
- The right character of the pair.