Click or drag to resize
DerivedSequenceGetEnumerator Method
Gets an enumerator to the bytes present 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