Prepend (insert at beginning) a byte array

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Prepend(
	byte[] buf
)
Public Sub Prepend ( _
	buf As Byte() _
)
public:
void Prepend(
	array<unsigned char>^ buf
)

Parameters

buf
array< Byte >[]()[]
Byte array to prepend

See Also