Provides array like access to the symbols in this alphabet.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax byte this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As Byte
Get
property unsigned char default[int index] {
unsigned char get (int index);
}
abstract Item : byte with get
Parameters
- index
- Type: SystemInt32
Index of symbol present in this alphabet.
Return Value
Type:
ByteA byte which represents the symbol.
See Also