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: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax byte this[
long index
] { get; }
ReadOnly Default Property Item (
index As Long
) As Byte
Get
property unsigned char default[long long index] {
unsigned char get (long long index);
}
abstract Item : byte with get
Parameters
- index
- Type: SystemInt64
The index value.
Return Value
Type:
ByteA byte which represents the symbol.
See Also