This is experimental documentation.
Inserts the specified byte array into the buffer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Insert( byte[] b )
Public Sub Insert ( _ b As Byte() _ )
public: void Insert( array<unsigned char>^ b )
Parameters
- b (array<Byte>[]()[][])
- The value to insert.
Assembly: Asgard5Library (Module: Asgard5Library)