AgentRalph.CloneDetection.CloneDetectionQuickFix.CloneDetectionQuickFix C# (CSharp) Method

CloneDetectionQuickFix() public method

public CloneDetectionQuickFix ( AgentRalph.CloneDetection.CloneDetectionHighlighting suggestion ) : System.Collections.Generic
suggestion AgentRalph.CloneDetection.CloneDetectionHighlighting
return System.Collections.Generic
        public CloneDetectionQuickFix(CloneDetectionHighlighting suggestion)
        {
            this.suggestion = suggestion;
        }