[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Inserts the specified 32-bit data array into the buffer.
Namespace:
MBNCSUtilAssembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Syntax
| C# |
|---|
public void InsertUInt32Array( uint[] i ) |
| Visual Basic (Declaration) |
|---|
Public Sub InsertUInt32Array ( _ i As UInteger() _ ) |
| Visual C++ |
|---|
public: void InsertUInt32Array( array<unsigned int>^ i ) |
Parameters
- i
- Type: array<
System..::.UInt32
>[]()[]
The value to insert.
Remarks
This method is not CLS-compliant.