Click or drag to resize
DeltaAlignmentParserParse Method
Returns an IEnumerable of DeltaAlignment 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<DeltaAlignment> Parse()

Return Value

Type: IEnumerableDeltaAlignment
Returns DeltaAlignment collection.
See Also