This will return an int[] giving the offsets of the matches in text (ie the location of the first symbol of each match in the text).

Namespace:  BioSharp.Core.Bio.Search
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public int[] FindMatches(
	ISymbolList text
)

Parameters

text
Type: BioSharp.Core.Bio.Symbol..::.ISymbolList
the text or sequence to search for the pattern

Return Value

an int[] giving the offsets to the matches or a zero length array if there are no matches.

See Also