AxaptaContainer Methods

The AxaptaContainer type exposes the following members.

  NameDescription
Public method Add The Add method adds an item to the AxaptaContainer object.
Public method AddRange The AddRange method adds a collection of items to the AxaptaContainer object.
Public method Clear The Clear method removes all items from the AxaptaContainer object.
Public method Contains The Contains method returns a value that indicates whether the specified items exists in the AxaptaContainer object.
Public method CopyTo The CopyTo method copies the AxaptaContainer object to the specified array.
Public method Dispose The Dispose method releases resources used by the AxaptaContainer object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method get_Item
Public method GetEnumerator The GetEnumerator method returns an enumerator that can iterate the items in the AxaptaContainer object.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf The IndexOf method returns the index of the specified item in the AxaptaContainer object.
Public method IndexOfRange The IndexOfRange method the index of the specified collection in the AxaptaContainer object.
Public method Insert The Insert method inserts the specified object to the AxaptaContainer collection.
Public method InsertRange The InsertRange method inserts the specified collection to the AxaptaContainer collection.
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove The Remove method removes the first occurrence of the specified object from the AxaptaContainer collection.
Public method RemoveAt The RemoveAt method removes the object at the specified index from the AxaptaContainer collection.
Public method RemoveRange The RemoveRange method removes a set of items from the AxaptaContainer collection.
Public method set_Item
Public method ToString (Inherited from Object.)
Top

Community Additions

ADD
Show: