ParameterValueArrayList Class
- Last UpdatedNov 06, 2025
- 1 minute read
The ParameterValueArrayList class includes methods for adding and maintaining a new array that holds parameter/value pairs.
'Declaration
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class ParameterValueArrayList
Inherits System.Collections.ArrayList
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
[DebuggerDisplay("Count = {Count}")]
public class ParameterValueArrayList : System.Collections.ArrayList
System.Object
System.Collections.ArrayList
FactMES.Client.Common.ParameterValueArrayList