Constructor SpanWithHighlight
SpanWithHighlight(TextSpan, bool)
Initializes a new instance of the SpanWithHighlight
class with specified parameters.
public SpanWithHighlight(CodeCompletionList.TextSpan span, bool highlighted)
Parameters
span
CodeCompletionList.TextSpanSpan of the text.
highlighted
boolHighlighted state of the span.