ObservablePropertyCollection(T) Methods

The ObservablePropertyCollection<T> type exposes the following members.

  NameDescription
Public method Add (Inherited from Collection<T>.)
Public method AddRange Adds the CollectionProperty class elements of an IEnumerable instance to the end of the ObservablePropertyCollection class.
Protected method BlockReentrancy (Inherited from ObservableCollection<T>.)
Protected method CheckReentrancy (Inherited from ObservableCollection<T>.)
Public method Clear (Inherited from Collection<T>.)
Protected method ClearItems (Inherited from ObservableCollection<T>.)
Public method Contains (Inherited from Collection<T>.)
Public method CopyTo (Inherited from Collection<T>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<T>.)
Public method Insert (Inherited from Collection<T>.)
Protected method InsertItem (Overrides ObservableCollection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Move (Inherited from ObservableCollection<T>.)
Protected method MoveItem (Inherited from ObservableCollection<T>.)
Protected method OnCollectionChanged (Inherited from ObservableCollection<T>.)
Public method OnPropertyChanged Overloaded.
Public method OnPropertyStateChanged Invoked when the property state on an element has been changed. (Inherited from ObservableModelElementCollection<T>.)
Public method Remove (Inherited from Collection<T>.)
Public method RemoveAt (Inherited from Collection<T>.)
Protected method RemoveItem (Inherited from ObservableCollection<T>.)
Protected method SetItem (Overrides ObservableCollection<T>.SetItem(Int32, T).)
Protected method SetParent Sets the parent property of the current ModelElement instance. (Inherited from ObservableModelElementCollection<T>.)
Protected method SetParentProperty (Inherited from ObservableModelElementCollection<T>.)
Public method ToString (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetation Private method IList.Add (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList.Contains (Inherited from Collection<T>.)
Explicit interface implemetation Private method ICollection.CopyTo (Inherited from Collection<T>.)
Explicit interface implemetation Private method IEnumerable.GetEnumerator (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList.IndexOf (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList.Insert (Inherited from Collection<T>.)
Explicit interface implemetation Private method IList.Remove (Inherited from Collection<T>.)
Top

Community Additions

ADD
Show: