Click or drag to resize
DnaAlphabetItem Property
Gets the byte value of item at the given index.

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

Parameters

index
Type: SystemInt32
Index of the item to retrieve.

Return Value

Type: Byte
Byte value at the given index.

Implements

IAlphabetItemInt32
See Also