AvalonEdit
FindNext Method (document, offset, length)
NamespacesICSharpCode.AvalonEdit.SearchISearchStrategyFindNext(ITextSource, Int32, Int32)
Finds the next match in the given ITextSource and the given range.
Declaration Syntax
C#Visual BasicVisual C++
ISearchResult FindNext(
	ITextSource document,
	int offset,
	int length
)
Function FindNext ( _
	document As ITextSource, _
	offset As Integer, _
	length As Integer _
) As ISearchResult
ISearchResult^ FindNext(
	ITextSource^ document, 
	int offset, 
	int length
)
Parameters
document (ITextSource)
offset (Int32)
length (Int32)
Remarks
This method must be implemented thread-safe.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238