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

InsertCharCommand() public méthode

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