Click or drag to resize
IParserTParse Method
Parses a list of biological sequence texts from a given stream.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
IEnumerable<T> Parse(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to pull the data from

Return Value

Type: IEnumerableT
The collection of parsed objects.
See Also