FastColoredTextBoxNS.CommandManager.CommandManager C# (CSharp) Метод

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

public CommandManager ( TextSource ts ) : System
ts TextSource
Результат System
        public CommandManager(TextSource ts)
        {
            history = new LimitedStack<UndoableCommand>(maxHistoryLength);
            TextSource = ts;
        }