Click or drag to resize

SerializationWriter.Write Method (SByte[])

Writes an SByte[] 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.4.0.0 (5.4.0)
Syntax
[CLSCompliantAttribute(false)]
public void Write(
	sbyte[] values
)

Parameters

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