AxaptaContainer Methods
The AxaptaContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | The Add method adds an item to the AxaptaContainer object. |
| AddRange | The AddRange method adds a collection of items to the AxaptaContainer object. |
| Clear | The Clear method removes all items from the AxaptaContainer object. |
| Contains | The Contains method returns a value that indicates whether the specified items exists in the AxaptaContainer object. |
| CopyTo | The CopyTo method copies the AxaptaContainer object to the specified array. |
| Dispose | The Dispose method releases resources used by the AxaptaContainer object. |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| get_Item | |
| GetEnumerator | The GetEnumerator method returns an enumerator that can iterate the items in the AxaptaContainer object. |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| IndexOf | The IndexOf method returns the index of the specified item in the AxaptaContainer object. |
| IndexOfRange | The IndexOfRange method the index of the specified collection in the AxaptaContainer object. |
| Insert | The Insert method inserts the specified object to the AxaptaContainer collection. |
| InsertRange | The InsertRange method inserts the specified collection to the AxaptaContainer collection. |
| MemberwiseClone | (Inherited from Object.) |
| Remove | The Remove method removes the first occurrence of the specified object from the AxaptaContainer collection. |
| RemoveAt | The RemoveAt method removes the object at the specified index from the AxaptaContainer collection. |
| RemoveRange | The RemoveRange method removes a set of items from the AxaptaContainer collection. |
| set_Item | |
| ToString | (Inherited from Object.) |
Community Additions
ADD
Show: