[ 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 64-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 Insert( long[] l ) |
| Visual Basic (Declaration) |
|---|
Public Sub Insert ( _ l As Long() _ ) |
| Visual C++ |
|---|
public: void Insert( array<long long>^ l ) |
Parameters
- l
- Type: array<
System..::.Int64
>[]()[]
The value to insert.