C# (CSharp) GettextLib.ExpressionEvaluator Пространство имен

Классы

Имя Описание
Assignment
Expr
ExprIf
ExprTwo
ExprWrapper
ExpressionState
LiteralNumber
LiteralVar
ScanBase
Scanner
Scanner.BlockReaderFactory
Scanner.BufferException
Scanner.BuildBuffer
Scanner.BuildBuffer.BufferElement
Scanner.CodePageHandling
Scanner.Guesser This class provides a simple finite state automaton that scans the file looking for (1) valid UTF-8 byte patterns, (2) bytes >= 0x80 which are not part of a UTF-8 sequence. The method then guesses whether it is UTF-8 or maybe some local machine default encoding. This works well for the various Latin encodings.
Scanner.LineBuffer
Scanner.ScanBuff
Scanner.Scanner
Scanner.Scanner.BufferContext
Scanner.Scanner.Context
Scanner.Scanner.Table
Scanner.StringBuffer This class reads characters from a single string as required, for example, by Visual Studio language services
Script