Click or drag to resize
DnaAlphabetGetEnumerator Method
Byte array of nucleotides.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerator<byte> GetEnumerator()

Return Value

Type: IEnumeratorByte
Returns the Enumerator for nucleotides list.

Implements

IEnumerableTGetEnumerator
See Also