FastColoredTextBoxNS.MultiSelectionCommand.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : UndoableCommand
return UndoableCommand
        public override UndoableCommand Clone()
        {
            throw new NotImplementedException();
        }