Click or drag to resize
SerializationWriter.Write Method (Char[])
Writes a Char[] 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.2.0.0 (5.2.17.0403)
Syntax
public override void Write(
	char[] values
)

Parameters

values
Type:System.Char[]
The Char[] to store.
See Also