'Declaration
Public Function Append( _ ByVal array() As Byte, _ ByVal offset As Integer, _ ByVal length As Integer _ ) As BufferSegment
'Usage
Dim instance As BufferSegment Dim array() As Byte Dim offset As Integer Dim length As Integer Dim value As BufferSegment value = instance.Append(array, offset, length)
public: BufferSegment^ Append( array<byte>^ array, int offset, int length )
Parameters
- array
- offset
- length