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

Assembly: Asgard5Library (Module: Asgard5Library)