SerializationReaderReadUInt32Array Method |
Returns a UInt[] from the stream.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax [CLSCompliantAttribute(false)]
public uint[] ReadUInt32Array()
<CLSCompliantAttribute(false)>
Public Function ReadUInt32Array As UInteger()
Return Value
Type:
UInt32A UInt[] instance; or null.
See Also