Reference Library
InsertSByte Method (b)
NamespacesMBNCSUtilDataBufferInsertSByte(SByte)
Inserts the specified value into the buffer.
Declaration Syntax
C#Visual BasicVisual C++
[CLSCompliantAttribute(false)]
public void InsertSByte(
	sbyte b
)
<CLSCompliantAttribute(False)> _
Public Sub InsertSByte ( _
	b As SByte _
)
[CLSCompliantAttribute(false)]
public:
void InsertSByte(
	signed char b
)
Parameters
b (SByte)
The value to insert.
Remarks
This method is not CLS-compliant.

Assembly: Asgard5Library (Module: Asgard5Library)