Append an array of bytes to the end of this ByteBuffer.
Namespace: BasicCardAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public void Append( byte[] values ) |
Visual Basic |
---|
Public Sub Append ( values As Byte() ) |
Visual C++ |
---|
public: void Append( array<unsigned char>^ values ) |
F# |
---|
member Append : values : byte[] -> unit |
Parameters
- values
- Type: array<System..::..Byte>[]()[][]
Bytes to append.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | If capacity is exceeded. |