Click or drag to resize
Akka.NETByteStringGetEnumerator Method
N/A

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual IEnumerator<byte> GetEnumerator()

Return Value

Type: IEnumeratorByte
N/A

Implements

IEnumerableTGetEnumerator
Exceptions
ExceptionCondition
NotSupportedException This exception is thrown automatically since iterators aren't supported in ByteString.
See Also