SparseSequenceItem Property |
Allows the sequence to function like an array, gets
the sequence item at the specified index. 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 public byte this[
long index
] { get; set; }
Public Default Property Item (
index As Long
) As Byte
Get
Set
public:
virtual property unsigned char default[long long index] {
unsigned char get (long long index) sealed;
void set (long long index, unsigned char value) sealed;
}
abstract Item : byte with get, set
override Item : byte with get, set
Parameters
- index
- Type: SystemInt64
Property Value
Type:
ByteImplements
ISequenceItemInt64See Also