CleanCode.Features.HollowNames.HollowTypeNameHighlighting.HollowTypeNameHighlighting C# (CSharp) Method

HollowTypeNameHighlighting() public method

public HollowTypeNameHighlighting ( string toolTip, DocumentRange documentRange ) : CleanCode
toolTip string
documentRange DocumentRange
return CleanCode
        public HollowTypeNameHighlighting(string toolTip, DocumentRange documentRange)
        {
            ToolTip = toolTip;
            this.documentRange = documentRange;
        }