Opc.Ua.Core
Append Method (Utils)



Opc.Ua Namespace > Utils Class : Append Method
Appends a list of byte arrays.
Syntax
'Declaration
 
Public Shared Function Append( _
   ByVal ParamArray arrays() As Byte _
) As Byte()
'Usage
 
Dim arrays() As Byte
Dim value() As Byte
 
value = Utils.Append(arrays)
public static byte[] Append( 
   params byte[] arrays
)
public:
static array<byte>^ Append( 
   ... array<byte>^ arrays
) 

Parameters

arrays
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members