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