SerializationWriterWriteOptimized Method (BitArray) | 
 
            Writes a BitArray into the stream using the fewest number of bytes possible.
            Stored Size: 1 byte upwards depending on data content
            Notes:
            An empty BitArray takes 1 byte.
            
 
    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 WriteOptimized(
	BitArray value
)
Public Sub WriteOptimized ( 
	value As BitArray
)
Parameters
- value
 - Type: System.CollectionsBitArray
The BitArray value to store. Must not be null. 
See Also