Right Property (PairChar)
Gets or sets the right character of the pair.
public char Right {get; set;}
'Declaration
Public Property Right As Char
'Usage
Dim instance As PairChar
Dim value As Char
instance.Right = value
value = instance.Right
Property Value
A
System.Char value that represents the right character of the character pair. The default is a null reference (
Nothing in Visual Basic).