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

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

Constructor
public InsertCharCommand ( TextSource ts, char c ) : System
ts TextSource
c char Inserting char
Результат System
        public InsertCharCommand(TextSource ts, char c)
            : base(ts)
        {
            this.c = c;
        }