Constructor AnsiControlStringChar
- Namespace
- Microlithix.Text.Ansi.Element
- Assembly
- AnsiParser.dll
AnsiControlStringChar(ControlStringType, char)
Creates a new AnsiControlStringChar instance with the specified string type and character.
public AnsiControlStringChar(ControlStringType type, char character)
Parameters
typeControlStringTypeSpecifies the type of the control string in which this character appears.
charactercharSpecifies a character that is part of the control string.