Click or drag to resize

SerializationReaderReadBytesDirect Method

Reads the specified number of bytes directly from the stream.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public byte[] ReadBytesDirect(
	int count
)

Parameters

count
Type: SystemInt32
The number of bytes to read

Return Value

Type: Byte
A byte[] containing the read bytes
See Also