ReceivedBytes.CopyTo Method |
Copies to a managed array starting from the given index.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax public void CopyTo(
byte[] destination,
int offset
)
Parameters
- destination
- Type: System.Byte[]
Destination array. - offset
- Type: System.Int32
Offset in destination array.
See Also