Click or drag to resize
Akka.NETByteStringDropWhile Method
TBD

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ByteString DropWhile(
	Func<byte, bool> p
)

Parameters

p
Type: SystemFuncByte, Boolean
TBD

Return Value

Type: ByteString
TBD
See Also