Creates an ArrayList from one or more values.
Namespace:
Autodesk.iLogic.Runtime
Assembly:
Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 23.0
Syntax Public Shared Function MakeList (
ParamArray vals As Object()
) As ArrayList
public static ArrayList MakeList(
params Object[] vals
)
Parameters
- vals
- Type: SystemObject
The values.
Return Value
Type:
ArrayListAn ArrayList that contains the values provided.
See Also