Table of Contents

Class AnsiPrintableChar

Namespace
Microlithix.Text.Ansi.Element
Assembly
AnsiParser.dll

Represents a single printable character from the parsed input.

public record AnsiPrintableChar : IAnsiStreamParserElement, IEquatable<AnsiPrintableChar>
Inheritance
AnsiPrintableChar
Implements
Inherited Members

Remarks

Printable characters appear in the input stream outside of any control or escape sequences.

Constructors

AnsiPrintableChar(char)

Creates a new AnsiPrintableChar instance with the specified character value.

Properties

Character

The printable character.