FastColoredTextBoxNS.InsertCharCommand.InsertCharCommand C# (CSharp) Method

InsertCharCommand() public method

Constructor
public InsertCharCommand ( TextSource ts, char c ) : System
ts TextSource
c char Inserting char
return System
        public InsertCharCommand(TextSource ts, char c)
            : base(ts)
        {
            this.c = c;
        }