[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Inserts the specified value into the buffer.

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

Syntax

C#
public void InsertUInt16(
	ushort s
)
Visual Basic (Declaration)
Public Sub InsertUInt16 ( _
	s As UShort _
)
Visual C++
public:
void InsertUInt16(
	unsigned short s
)

Parameters

s
Type: System..::.UInt16
The value to insert.

Remarks

This method is not CLS-compliant.

See Also