Click or drag to resize
IAlphabetItem Property
Provides array like access to the symbols in this alphabet.

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

Parameters

index
Type: SystemInt32
Index of symbol present in this alphabet.

Return Value

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