Click or drag to resize
SparseSequenceItem Property
Allows the sequence to function like an array, gets the sequence item at the specified index. Note that the index value starts its count at 0.

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

Parameters

index
Type: SystemInt64

Property Value

Type: Byte

Implements

ISequenceItemInt64
See Also