Click or drag to resize
OperationContainer Properties

The OperationContainer type exposes the following members.

Properties
  Name Description
Public property Count (Inherited from CollectionJobOperation.)
Public property Item
Gets or sets the element at the specified index.
(Inherited from CollectionJobOperation.)
Protected property Items (Inherited from CollectionJobOperation.)
Top
Explicit Interface Implementations
  Name Description
Explicit interface implementation Private property IListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionJobOperation.)
Explicit interface implementation Private property ICollectionTIsReadOnly (Inherited from CollectionJobOperation.)
Explicit interface implementation Private property IListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionJobOperation.)
Explicit interface implementation Private property ICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionJobOperation.)
Explicit interface implementation Private property IListItem
Gets or sets the element at the specified index.
(Inherited from CollectionJobOperation.)
Explicit interface implementation Private property ICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionJobOperation.)
Top
See Also