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
type
ControlStringTypeSpecifies the type of the control string in which this character appears.
character
charSpecifies a character that is part of the control string.