SerializationWriterWrite Method (Guid) |
Writes a Guid[] into the stream.
Notes:
A null or empty array will take 1 byte.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public void Write(
Guid[] values
)
Public Sub Write (
values As Guid()
)
Parameters
- values
- Type: SystemGuid
The Guid[] to store.
See Also