Click or drag to resize
SerializationWriterWrite Method (BitVector32)
Writes a BitVector32 into the stream. Stored Size: 4 bytes.

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 Write(
	BitVector32 value
)

Parameters

value
Type: System.Collections.SpecializedBitVector32
The BitVector32 to store.
See Also