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

This method is not CLS-compliant.

Assembly: Asgard5Library (Module: Asgard5Library)