[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Concatenates an ArrayList of byte[] and returns one byte[]

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEventRouter (WspEventRouter)

Syntax

Visual Basic (Declaration)
Public Shared Function ConcatArrayList ( _
	arrayIn As ArrayList _
) As Byte()
C#
public static byte[] ConcatArrayList (
	ArrayList arrayIn
)
C++
public:
static array<unsigned char>^ ConcatArrayList (
	ArrayList^ arrayIn
)

Parameters

arrayIn (System.Collections.ArrayList)
ArrayList of byte[]