Gets the byte value of item at the given index.
            
 
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic byte this[
	int index
] { get; }Public ReadOnly Default Property Item ( 
	index As Integer
) As Byte
	Get
public:
virtual property unsigned char default[int index] {
	unsigned char get (int index) sealed;
}abstract Item : byte with get
override Item : byte with get
Parameters
- index
 - Type: SystemInt32
Index of the item to retrieve. 
Return Value
Type: 
ByteByte value at the given index.
Implements
IAlphabetItemInt32
See Also