AddAttrArrayList Class
- Last UpdatedNov 06, 2025
- 1 minute read
The AddAttrArrayList class includes a method for adding objects of the type AttrData to the System.Collections.arraylist.
'Declaration
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class AddAttrArrayList
Inherits System.Collections.ArrayList
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
[DebuggerDisplay("Count = {Count}")]
public class AddAttrArrayList : System.Collections.ArrayList
System.Object
System.Collections.ArrayList
FactMES.Client.Common.AddAttrArrayList