This is experimental documentation.
Inserts the specified byte array into the buffer.

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

- b (array<Byte>[]()[][])
- The value to insert.
Assembly: Asgard5Library (Module: Asgard5Library)