Click or drag to resize
DeltaAlignmentParserParseFrom Method
Starts parsing of delta alignments from the specified position of the file.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<DeltaAlignment> ParseFrom(
	long position
)

Parameters

position
Type: SystemInt64
Position from which to start parsing.

Return Value

Type: IEnumerableDeltaAlignment
IEnumerable of DeltaAlignments.
See Also