Akka.IO.ByteString.ByteString1.Iterator C# (CSharp) Method

Iterator() public method

public Iterator ( ) : ByteIterator
return ByteIterator
            public override ByteIterator Iterator()
            {
                return new ByteIterator.ByteArrayIterator(_bytes, _startIndex, _startIndex + _length);
            }