SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
Byte
Buffer
Add(
Byte
) Method
Adds bytes 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
[]
bytes
)
Parameters
bytes
Byte
Bytes to add
See Also
Reference
ByteBuffer Class
Add Overload
OddPrg Namespace
In This Article
Definition
See Also