Table of Contents

Class CodeCompletionList.ItemFilterTextMatch

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

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.

Methods

EqualsCore(ItemFilterTextMatch)
GetHashCodeCore()