Prepend (insert at beginning) a byte array
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public void Prepend( byte[] buf ) |
| Visual Basic (Declaration) |
|---|
Public Sub Prepend ( _ buf As Byte() _ ) |
| Visual C++ |
|---|
public: void Prepend( array<unsigned char>^ buf ) |
Parameters
- buf
- Type: array<
System..::.Byte
>[]()[]
Byte array to prepend