SerializationReaderReadUInt16Array Method |
Returns a UInt16[] from the stream.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax [CLSCompliantAttribute(false)]
public ushort[] ReadUInt16Array()
<CLSCompliantAttribute(false)>
Public Function ReadUInt16Array As UShort()
Return Value
Type:
UInt16A UInt16[] instance; or null.
See Also