Class AnsiControlStringInitiator
- Namespace
- Microlithix.Text.Ansi.Element
- Assembly
- AnsiParser.dll
Indicates the start of a control string in the parsed input.
public record AnsiControlStringInitiator : IAnsiStreamParserElement, IEquatable<AnsiControlStringInitiator>
- Inheritance
-
AnsiControlStringInitiator
- Implements
- Inherited Members
Remarks
The consuming application should expect this element to be followed by zero or more AnsiControlStringChar elements and a single AnsiControlStringTerminator element.
Constructors
- AnsiControlStringInitiator(ControlStringType)
Creates a new AnsiControlStringInitiator instance for the specified string type.
Properties
- Type
Indicates the type of the control string being initiated.