Click or drag to resize

SerializationWriterWrite Method (UInt32)

Writes a UInt32[] into the stream. Notes: A null or empty array will take 1 byte.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
[CLSCompliantAttribute(false)]
public void Write(
	uint[] values
)

Parameters

values
Type: SystemUInt32
The UInt32[] to store.
See Also