| SerializationWriterWrite Method (Decimal) | 
 
            Writes a Decimal[] into the stream.
            Notes:
            A null or empty array will take 1 byte.
            Calls WriteOptimized(Decimal[]).
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic void Write(
	decimal[] values
)
Public Sub Write ( 
	values As Decimal()
)
Parameters
- values
 - Type: SystemDecimal
The Decimal[] to store. 
See Also