Click or drag to resize

IChanges Methods

IT Hit WebDAV Classes Reference

The IChanges type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the ICollectionT.
(Inherited from ICollectionIChangedItem.)
Public methodClear
Removes all items from the ICollectionT.
(Inherited from ICollectionIChangedItem.)
Public methodContains
Determines whether the ICollectionT contains a specific value.
(Inherited from ICollectionIChangedItem.)
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionIChangedItem.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIChangedItem.)
Public methodIndexOf
Determines the index of a specific item in the IListT.
(Inherited from IListIChangedItem.)
Public methodInsert
Inserts an item to the IListT at the specified index.
(Inherited from IListIChangedItem.)
Public methodRemove
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionIChangedItem.)
Public methodRemoveAt
Removes the IListT item at the specified index.
(Inherited from IListIChangedItem.)
Top
See Also