[ 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 value into the buffer.
Namespace:
MBNCSUtilAssembly: MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)
Syntax
| C# |
|---|
public void Insert( sbyte b ) |
| Visual Basic (Declaration) |
|---|
Public Sub Insert ( _ b As SByte _ ) |
| Visual C++ |
|---|
public: void Insert( signed char b ) |
Parameters
- b
- Type: System..::.SByte
The value to insert.
Remarks
This method is not CLS-compliant.