Click or drag to resize

SerializationWriterWriteOptimized Method (UInt16)

Writes a UInt16[] 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.5.0.0 (5.5.18.1019)
Syntax
[CLSCompliantAttribute(false)]
public void WriteOptimized(
	ushort[] values
)

Parameters

values
Type: SystemUInt16
The UInt16[] to store.
See Also