예제 #1
0
 public CharInfo(CharUnion @char, CharAttributes attributes)
 {
     this.Char       = @char;
     this.Attributes = attributes;
 }
예제 #2
0
 public CharInfo(CharUnion @char)
 {
     this.Char       = @char;
     this.Attributes = DefaultAttributes;
 }