Table of Contents

Interface IAnsiStringParserElement

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

Represents a parsed element generated by an AnsiStringParser instance.

public interface IAnsiStringParserElement

Remarks

AnsiStringParser instances produce lists of elements that each implement this interface. These elements hold either a single control or escape sequence, or a string consisting of one or more characters that appear consecutively in a printable string or a control string parsed from the input.