Click or drag to resize

ListChangeTrackingT Methods

The ListChangeTrackingT generic type exposes the following members.

Methods
  NameDescription
Public methodAcceptChanges
Resets the object’s state to unchanged by accepting the modifications.
(Inherited from SimpleChangeTracking.)
Public methodAdd (Inherited from SimpleListChangeTrackingT.)
Public methodClear (Inherited from SimpleListChangeTrackingT.)
Public methodContains (Inherited from SimpleListChangeTrackingT.)
Public methodCopyTo (Inherited from SimpleListChangeTrackingT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from SimpleListChangeTrackingT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from SimpleListChangeTrackingT.)
Public methodInsert (Inherited from SimpleListChangeTrackingT.)
Public methodRemove (Inherited from SimpleListChangeTrackingT.)
Public methodRemoveAt (Inherited from SimpleListChangeTrackingT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also