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

C# | Visual Basic | Visual C++ |
[CLSCompliantAttribute(false)] public void InsertSByteArray( sbyte[] b )
<CLSCompliantAttribute(False)> _ Public Sub InsertSByteArray ( _ b As SByte() _ )
[CLSCompliantAttribute(false)] public: void InsertSByteArray( array<signed char>^ b )

- b (array<SByte>[]()[][])
- The value to insert.

This method is not CLS-compliant.
Assembly: Asgard5Library (Module: Asgard5Library)