Click or drag to resize
ISequenceRangeParserParseRange Method
Parse a set of ISequenceRange objects from a stream.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
IList<ISequenceRange> ParseRange(
	Stream stream
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Bio.IO.ISequenceRangeParser.ParseRange(System.IO.Stream)"]

Return Value

Type: IListISequenceRange

[Missing <returns> documentation for "M:Bio.IO.ISequenceRangeParser.ParseRange(System.IO.Stream)"]

See Also