ICSharpCode.ILSpy.TreeNodes.ILSpyTreeNode.HighlightSearchMatch C# (CSharp) 메소드

HighlightSearchMatch() 보호된 정적인 메소드

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