| ByteIteratorSlice Method |
TBD
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public virtual ByteIterator Slice(
int from,
int until
)
abstract Slice :
from : int *
until : int -> ByteIterator
override Slice :
from : int *
until : int -> ByteIterator
Parameters
- from
- Type: SystemInt32
TBD - until
- Type: SystemInt32
TBD
Return Value
Type:
ByteIteratorTBD
See Also