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

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

Parameters

p
Type: SystemFuncByte, Boolean
N/A

Return Value

Type: ByteIterator
N/A
Exceptions
ExceptionCondition
NotSupportedExceptionTBD
See Also