Provides the base requirements for a class that stores tag search operation options.
- Type Parameters:
-
T
-The tag type.
Properties
CanWrap
Gets or sets whether the search can wrap at the end of the search text range.
Property Value
- bool:
true
if the search can wrap at the end of the search text range; otherwise,false
.
Filter
Gets or sets the optional callback used to determine if a potential search result is valid.
Property Value
- Predicate<Tag
Version <T>>:Range The optional callback used to determine if a potential search result is valid.
SearchUp
Gets or sets whether to search backwards.
Property Value
- bool:
true
if searches should be performed backwards; otherwise,false
.