Click or drag to resize

SerializationWriterWriteTypedArray Method

Writes a null or a typed array into the stream.

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
public void WriteTypedArray(
	Array values
)

Parameters

values
Type: SystemArray
The array to store.
See Also