ICSharpCode.ILSpy.TreeNodes.ILSpyTreeNode.HighlightSearchMatch C# (CSharp) Method

HighlightSearchMatch() protected static method

protected static HighlightSearchMatch ( string text, string suffix = null ) : object
text string
suffix string
return object
        protected static object HighlightSearchMatch(string text, string suffix = null)
        {
            // TODO: implement highlighting the search match
            return text + suffix;
        }