Click or drag to resize
FastASequencePositionParserParse Method
Returns an IEnumerable of sequences in the file being parsed.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<ISequence> Parse()

Return Value

Type: IEnumerableISequence
Returns ISequence arrays.
See Also