| ByteStringTakeWhile Method |
TBD
Namespace:
Akka.IO
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ByteString TakeWhile(
Func<byte, bool> p
)
member TakeWhile :
p : Func<byte, bool> -> ByteString
Parameters
- p
- Type: SystemFuncByte, Boolean
TBD
Return Value
Type:
ByteStringTBD
See Also