Click or drag to resize

SerializationWriter.Write 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.10.0.0 (5.10.0)
Syntax
public void Write(
	BitVector32 value
)

Parameters

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