Click or drag to resize
SerializationWriterWriteOptimized Method (UInt64)
Writes a UInt64[] into the stream using the fewest possible bytes. 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.3.0.0 (5.3.0)
Syntax
[CLSCompliantAttribute(false)]
public void WriteOptimized(
	ulong[] values
)

Parameters

values
Type: SystemUInt64
The UInt64[] to store.
See Also