FastColoredTextBoxNS.CommandManager.CommandManager C# (CSharp) Méthode

CommandManager() public méthode

public CommandManager ( TextSource ts ) : System
ts TextSource
Résultat System
        public CommandManager(TextSource ts)
        {
            history = new LimitedStack<UndoableCommand>(maxHistoryLength);
            TextSource = ts;
        }