DeltaAlignmentCollectionItem Property |
Gets the Delta alignment present at the specified index.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public DeltaAlignment this[
long index
] { get; }
Public ReadOnly Default Property Item (
index As Long
) As DeltaAlignment
Get
public:
property DeltaAlignment^ default[long long index] {
DeltaAlignment^ get (long long index);
}
member Item : DeltaAlignment with get
Parameters
- index
- Type: SystemInt64
Index at which delta alignment is required.
Return Value
Type:
DeltaAlignmentDelta alignment.
See Also