Method AddNonMatch
AddNonMatch(StringBuilder, String)
Called while highlighting a single result, to append a non-matching chunk of text from the suggestion to the provided fragments list.
Declaration
protected virtual void AddNonMatch(StringBuilder sb, string text)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | The |
System.String | text | The text chunk to add |