Table of Contents

Class AnsiControlStringChar

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

Represents a single character in a control string from the parsed input.

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

Remarks

The consuming application should accumulate or process AnsiControlStringChar elements until it receives a AnsiControlStringTerminator element.

Constructors

AnsiControlStringChar(ControlStringType, char)

Creates a new AnsiControlStringChar instance with the specified string type and character.

Properties

Character

The character from the control string.

Type

Indicates the type of the control string in which this character appears.