C# Класс SadConsole.StringParser.ParseCommandUndo

Pops a behavior off of a ParseCommandStacks.
Наследование: ParseCommandBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
ParseCommandUndo ( string parameters, ParseCommandStacks stacks ) : System

Описание методов

Build() публичный Метод

public Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
glyphState ColoredGlyph
glyphString ColoredGlyph
surfaceIndex int
surface ITextSurface
editor SadConsole.Consoles.SurfaceEditor
stringIndex int
processedString string
commandStack ParseCommandStacks
Результат void

ParseCommandUndo() публичный Метод

public ParseCommandUndo ( string parameters, ParseCommandStacks stacks ) : System
parameters string
stacks ParseCommandStacks
Результат System