Click or drag to resize
ISequenceItem Property
Allows the sequence to function like an array, getting and setting the sequence item at the particular index specified. 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
byte this[
	long index
] { get; }

Parameters

index
Type: SystemInt64
The index value.

Return Value

Type: Byte
A byte which represents the symbol.
See Also