Table of Contents

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 ControlStringType

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

character char

Specifies a character that is part of the control string.