This is experimental documentation.
Reads an array of signed 32-bit values from the data stream.

C# | Visual Basic | Visual 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 )

- expectedItems (Int32)
- The number of 32-bit values to read from the stream.

The next expectedItems 32-bit values from the stream.

This method is not CLS-compliant.
Assembly: Asgard5Library (Module: Asgard5Library)