Click or drag to resize
SequenceItem Property
Returns the byte found at the specified index if within bounds. Note that the index value starts 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; }

Parameters

index
Type: SystemInt64
Index at which the symbol is required.

Return Value

Type: Byte
Byte value at the given index.

Implements

ISequenceItemInt64
See Also