| ByteIteratorSpan Method |
TBD
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public virtual Tuple<ByteIterator, ByteIterator> Span(
Func<byte, bool> p
)
abstract Span :
p : Func<byte, bool> -> Tuple<ByteIterator, ByteIterator>
override Span :
p : Func<byte, bool> -> Tuple<ByteIterator, ByteIterator>
Parameters
- p
- Type: SystemFuncByte, Boolean
TBD
Return Value
Type:
TupleByteIterator,
ByteIteratorTBD
See Also