forwardReceivedBytes Methods   Table of ContentToBytes Method forward
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.10.1.0
Syntax
C#
public void CopyTo(
	byte[] destination,
	int offset
)

Parameters

destination
Type: System.Byte[]
Destination array.
offset
Type: System.Int32
Offset in destination array.
See Also