Click or drag to resize
OperationContainer Methods

The OperationContainer type exposes the following members.

Methods
  Name Description
Public method Add (Inherited from CollectionJobOperation.)
Public method Clear (Inherited from CollectionJobOperation.)
Protected method ClearItems (Inherited from CollectionJobOperation.)
Public method Contains (Inherited from CollectionJobOperation.)
Public method CopyTo (Inherited from CollectionJobOperation.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Get
Get the operation
Public method GetEnumerator (Inherited from CollectionJobOperation.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf (Inherited from CollectionJobOperation.)
Public method Insert (Inherited from CollectionJobOperation.)
Protected method InsertItem (Inherited from CollectionJobOperation.)
Public method Static member Instance
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove (Inherited from CollectionJobOperation.)
Public method RemoveAt (Inherited from CollectionJobOperation.)
Protected method RemoveItem (Inherited from CollectionJobOperation.)
Protected method SetItem
Replaces the element at the specified index.
(Inherited from CollectionJobOperation.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
Explicit Interface Implementations
  Name Description
Explicit interface implementation Private method IListAdd
Adds an item to the IList.
(Inherited from CollectionJobOperation.)
Explicit interface implementation Private method IListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionJobOperation.)
Explicit interface implementation Private method ICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionJobOperation.)
Explicit interface implementation Private method IEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from CollectionJobOperation.)
Explicit interface implementation Private method IListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionJobOperation.)
Explicit interface implementation Private method IListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionJobOperation.)
Explicit interface implementation Private method IListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionJobOperation.)
Top
See Also