| SerializationWriterWrite Method (UInt16) | 
 
            Writes a UInt16[] 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.3.0.0 (5.3.0)
Syntax[CLSCompliantAttribute(false)]
public void Write(
	ushort[] values
)
<CLSCompliantAttribute(false)>
Public Sub Write ( 
	values As UShort()
)
Parameters
- values
 - Type: SystemUInt16
The UInt16[] to store. 
See Also