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

This method is not CLS-compliant.

Assembly: Asgard5Library (Module: Asgard5Library)