Reference Library
InsertUInt64Array Method (l)
NamespacesMBNCSUtilDataBufferInsertUInt64Array(array<UInt64>[]()[][])
Inserts the specified 64-bit data array into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
[CLSCompliantAttribute(false)]
public void InsertUInt64Array(
	ulong[] l
)
<CLSCompliantAttribute(False)> _
Public Sub InsertUInt64Array ( _
	l As ULong() _
)
[CLSCompliantAttribute(false)]
public:
void InsertUInt64Array(
	array<unsigned long long>^ l
)
Parameters
l (array<UInt64>[]()[][])
The value to insert.
Remarks
This method is not CLS-compliant.

Assembly: Asgard5Library (Module: Asgard5Library)