AxaptaContainerWrapper Methods

The AxaptaContainerWrapper type exposes the following members.

  NameDescription
Public method Add Adds an item to the IList object.
Public method Clear Removes all items from the IList object.
Public method Contains Determines whether the IList object contains a specified item.
Public method CopyTo Overloaded. Copies the elements of the ICollection object to an Array object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through a collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Determines the index of a specified item in the IList object.
Public method Insert Inserts an item into the IList object at a specified index.
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the first occurrence of a specific item from the IList object.
Public method RemoveAt Removes the IList item at the specified index.
Public method ToString (Inherited from Object.)
Top

Community Additions

ADD
Show: