Class CodeCompletionList.ItemFilterTextMatch
Represents a collection of TextSpan matches to the specific criteria.
public class CodeCompletionList.ItemFilterTextMatch : ValueObject<CodeCompletionList.ItemFilterTextMatch>
- Inheritance
-
CodeCompletionList.ItemFilterTextMatch
Constructors
- ItemFilterTextMatch(IEnumerable<TextSpan>)
Initializes a new instance of the
ItemFilterTextMatch
class with specified parameters.
Properties
- MatchedTextSpans
Gets a list of Text Span objects that match specific criteria.