Click or drag to resize
SerializationWriter.WriteTypedArray 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.3.0.0 (5.3.0)
Syntax
public void WriteTypedArray(
	Array values
)

Parameters

values
Type: System.Array
The array to store.
See Also