[]
Initializes a new instance of this class.
public PairChar(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information. |
StreamingContext | context | The context. |
Initializes a new instance of the PairChar class.
public PairChar()
Public Sub New()
Initializes a new instance of the PairChar class with specified left and right characters.
public PairChar(char left, char right)
Public Sub New(left As Char, right As Char)
Type | Name | Description |
---|---|---|
char | left | The left character of the pair. |
char | right | The right character of the pair. |