FastColoredTextBoxNS.ClearSelectedCommand.ClearSelectedCommand C# (CSharp) Method

ClearSelectedCommand() public method

Construstor
public ClearSelectedCommand ( TextSource ts ) : System
ts TextSource
return System
        public ClearSelectedCommand(TextSource ts)
            : base(ts)
        {
        }