Click or drag to resize
QualitativeSequenceGetEnumerator Method
Gets an enumerator to the bytes present symbols in this sequence.

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
An IEnumerator of bytes.

Implements

IEnumerableTGetEnumerator
See Also