Click or drag to resize

DataStructureCollectionT Methods

The DataStructureCollectionT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(IEnumerableT) (Inherited from ExtendedObservableCollectionT.)
Public methodAdd(T) (Inherited from CollectionT.)
Protected methodBlockReentrancy (Inherited from ObservableCollectionT.)
Protected methodCheckReentrancy (Inherited from ObservableCollectionT.)
Public methodClear (Inherited from CollectionT.)
Protected methodClearItems (Inherited from ObservableCollectionT.)
Public methodContains (Inherited from CollectionT.)
Public methodCopyTo (Inherited from CollectionT.)
Public methodDispose
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionT.)
Public methodInsert (Inherited from CollectionT.)
Protected methodInsertItem (Inherited from ObservableCollectionT.)
Public methodLoadMoreItemsAsync
Public methodLoadPageItemsAsync
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMove (Inherited from ObservableCollectionT.)
Protected methodMoveItem (Inherited from ObservableCollectionT.)
Protected methodOnCollectionChanged (Inherited from ExtendedObservableCollectionT.)
Protected methodOnPropertyChanged (Inherited from ObservableCollectionT.)
Public methodRemove (Inherited from CollectionT.)
Public methodRemoveAt (Inherited from CollectionT.)
Protected methodRemoveItem (Inherited from ObservableCollectionT.)
Public methodResumeCollectionChangeNotification (Inherited from ExtendedObservableCollectionT.)
Protected methodSetItem (Inherited from ObservableCollectionT.)
Public methodSuspendCollectionChangeNotification (Inherited from ExtendedObservableCollectionT.)
Public methodToString (Inherited from Object.)
Top
See Also