Basic interface for search algorithms.

C# | Visual Basic | Visual C++ |
public interface ISearchStrategy : IEquatable<ISearchStrategy>
Public Interface ISearchStrategy _ Inherits IEquatable(Of ISearchStrategy)
public interface class ISearchStrategy : IEquatable<ISearchStrategy^>

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | Equals(T) | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatable<(Of <(<'ISearchStrategy>)>)>.) |
![]() | FindAll(ITextSource, Int32, Int32) |
Finds all matches in the given ITextSource and the given range.
|
![]() | FindNext(ITextSource, Int32, Int32) |
Finds the next match in the given ITextSource and the given range.
|
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238