Class FilterTextMatch
- Namespace
- Whim.CommandPalette
- Assembly
- Whim.CommandPalette.dll
A section of a string that matches a filter.
public record FilterTextMatch : IEquatable<FilterTextMatch>
- Inheritance
-
FilterTextMatch
- Implements
- Inherited Members
Constructors
FilterTextMatch(int, int)
A section of a string that matches a filter.
public FilterTextMatch(int Start, int End)
Parameters
Properties
End
public int End { get; init; }
Property Value
Start
public int Start { get; init; }