Constructor ItemFilterTextMatch
ItemFilterTextMatch(IEnumerable<TextSpan>)
Initializes a new instance of the ItemFilterTextMatch
class with specified parameters.
public ItemFilterTextMatch(IEnumerable<CodeCompletionList.TextSpan> matchedTextSpans)
Parameters
matchedTextSpans
IEnumerable<CodeCompletionList.TextSpan>List of spans that match specific criteria.