Gets the Unicode character represented by the current ConsoleKeyInfo object.
            
    Namespace: 
   Rebex.TerminalEmulation
    Assembly:
   Rebex.Terminal (in Rebex.Terminal.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property KeyChar As Char Get | 
| C# | 
|---|
| public char KeyChar { get; } | 
 
     
     
     
     
    