Return the symbols in a sequence that fall within this range.

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

Syntax

C#
public ISymbolList Symbols(
	ISymbolList seq
)

Parameters

seq
Type: BioSharp.Core.Bio.Symbol..::.ISymbolList
the ISymbolList to process

Return Value

the ISymbolList containing the symbols in seq in this range

Implements

ILocation..::.Symbols(ISymbolList)

See Also