Reference Library
InsertUInt16Array Method (s)
NamespacesMBNCSUtilDataBufferInsertUInt16Array(array<UInt16>[]()[][])
Inserts the specified 16-bit data array into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
[CLSCompliantAttribute(false)]
public void InsertUInt16Array(
	ushort[] s
)
<CLSCompliantAttribute(False)> _
Public Sub InsertUInt16Array ( _
	s As UShort() _
)
[CLSCompliantAttribute(false)]
public:
void InsertUInt16Array(
	array<unsigned short>^ s
)
Parameters
s (array<UInt16>[]()[][])
The value to insert.
Remarks
This method is not CLS-compliant.

Assembly: Asgard5Library (Module: Asgard5Library)