public CharInfo(CharUnion @char, CharAttributes attributes) { this.Char = @char; this.Attributes = attributes; }
public CharInfo(CharUnion @char) { this.Char = @char; this.Attributes = DefaultAttributes; }