Reference Library
ReadUInt16Array Method (expectedItems)
NamespacesMBNCSUtilDataReaderReadUInt16Array(Int32)
Reads an array of unsigned 16-bit values from the data stream.
Declaration Syntax
C#Visual BasicVisual C++
[CLSCompliantAttribute(false)]
public ushort[] ReadUInt16Array(
	int expectedItems
)
<CLSCompliantAttribute(False)> _
Public Function ReadUInt16Array ( _
	expectedItems As Integer _
) As UShort()
[CLSCompliantAttribute(false)]
public:
array<unsigned short>^ ReadUInt16Array(
	int expectedItems
)
Parameters
expectedItems (Int32)
The number of 16-bit values to read from the stream.
Return Value
The next expectedItems 16-bit values from the stream.
Remarks

This method is not CLS-compliant.

Assembly: Asgard5Library (Module: Asgard5Library)