Class CharByte
public class CharByte
- Inheritance
-
CharByte
Constructors
CharByte(char, byte)
A CharByte
public CharByte(char cr, byte bt)
Parameters
Properties
Bt
The Byte
public byte Bt { get; set; }
Property Value
Cr
The Char
public char Cr { get; set; }