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.12.0.0 (5.12.0)
Syntaxpublic void Write(
BitVector32 value
)
Public Sub Write (
value As BitVector32
)
Parameters
- value
- Type: System.Collections.SpecializedBitVector32
The BitVector32 to store.
See Also