Click or drag to resize

ByteArray.WriteBytes Method (Byte[], Int32, Int32)

Namespace:  Sfs2X.Util
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void WriteBytes(
	byte[] data,
	int ofs,
	int count
)

Parameters

data
Type:System.Byte[]
ofs
Type: System.Int32
count
Type: System.Int32
See Also