C# Class SadConsole.StringParser.ParseCommandUndo

Pops a behavior off of a ParseCommandStacks.
Inheritance: ParseCommandBase
Afficher le fichier Open project: Thraka/SadConsole Class Usage Examples

Méthodes publiques

Méthode Description
Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
ParseCommandUndo ( string parameters, ParseCommandStacks stacks ) : System

Method Details

Build() public méthode

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
Résultat void

ParseCommandUndo() public méthode

public ParseCommandUndo ( string parameters, ParseCommandStacks stacks ) : System
parameters string
stacks ParseCommandStacks
Résultat System