예제 #1
0
 public ConsoleCharInfo(ConsoleCharUnion @char, ConsoleCharAttributes attributes)
 {
     this.Char       = @char;
     this.Attributes = attributes;
 }
예제 #2
0
 public ConsoleCharInfo(ConsoleCharUnion @char)
 {
     this.Char       = @char;
     this.Attributes = default;
 }