Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public void WriteOptimized(
	BitArray value
)

Parameters

value
Type: System.CollectionsBitArray
The BitArray value to store. Must not be null.
See Also