[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Inserts the specified 16-bit data array into the buffer.

Namespace:  MBNCSUtil
Assembly:  MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)

Syntax

C#
public void InsertUInt16Array(
	ushort[] s
)
Visual Basic (Declaration)
Public Sub InsertUInt16Array ( _
	s As UShort() _
)
Visual C++
public:
void InsertUInt16Array(
	array<unsigned short>^ s
)

Parameters

s
Type: array< System..::.UInt16 >[]()[]
The value to insert.

Remarks

This method is not CLS-compliant.

See Also