SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
Byte
Buffer
Add(Byte) Method
Adds one byte to the end of the buffer.
Definition
Namespace:
OddPrg
Assembly:
OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
Copy
public
void
Add
(
byte
b
)
Parameters
b
Byte
A byte to add
See Also
Reference
ByteBuffer Class
Add Overload
OddPrg Namespace
In This Article
Definition
See Also