FastColoredTextBoxNS.CommandManager.CommandManager C# (CSharp) Method

CommandManager() public method

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