DeltaAlignmentParserParseFrom Method |
Starts parsing of delta alignments from the specified position of the file.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerable<DeltaAlignment> ParseFrom(
long position
)
Public Function ParseFrom (
position As Long
) As IEnumerable(Of DeltaAlignment)
public:
IEnumerable<DeltaAlignment^>^ ParseFrom(
long long position
)
member ParseFrom :
position : int64 -> IEnumerable<DeltaAlignment>
Parameters
- position
- Type: SystemInt64
Position from which to start parsing.
Return Value
Type:
IEnumerableDeltaAlignmentIEnumerable of DeltaAlignments.
See Also