Click or drag to resize
DeltaAlignmentCollectionItem Property
Gets the Delta alignment present at the specified index.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public DeltaAlignment this[
	long index
] { get; }

Parameters

index
Type: SystemInt64
Index at which delta alignment is required.

Return Value

Type: DeltaAlignment
Delta alignment.
See Also