Table of Contents

Constructor ItemFilterTextMatch

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

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.