Share via


Helper.GetArrayList method

Creates a dynamic array with the specified array elements.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Shared Function GetArrayList ( _
    context As WorkflowContext, _
    ParamArray elements As Object() _
) As ArrayList
'Usage
Dim context As WorkflowContext
Dim elements As Object()
Dim returnValue As ArrayList

returnValue = Helper.GetArrayList(context, _
    elements)
public static ArrayList GetArrayList(
    WorkflowContext context,
    params Object[] elements
)

Parameters

  • elements
    Type: []

    The array elements of the dynamic array.

Return value

Type: System.Collections.ArrayList
The dynamic array.

Remarks

This method creates a dynamic array with the specified array elements.

See also

Reference

Helper class

Helper members

Microsoft.SharePoint.WorkflowActions namespace