Parses a list of biological sequence texts from a given stream.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax IEnumerable<T> Parse(
Stream stream
)
Function Parse (
stream As Stream
) As IEnumerable(Of T)
IEnumerable<T>^ Parse(
Stream^ stream
)
abstract Parse :
stream : Stream -> IEnumerable<'T>
Parameters
- stream
- Type: System.IOStream
The stream to pull the data from
Return Value
Type:
IEnumerableTThe collection of parsed objects.
See Also