'Declaration
<TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class BindingCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of IAbstractBinding) Implements System.Collections.Generic.ICollection(Of IAbstractBinding), System.Collections.Generic.IEnumerable(Of IAbstractBinding), System.Collections.Generic.IList(Of IAbstractBinding), System.Collections.Generic.IReadOnlyCollection(Of IAbstractBinding), System.Collections.Generic.IReadOnlyList(Of IAbstractBinding), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged, System.ICloneable
'Usage
Dim instance As BindingCollection
[TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class BindingCollection : System.Collections.ObjectModel.ObservableCollection<IAbstractBinding>, System.Collections.Generic.ICollection<IAbstractBinding>, System.Collections.Generic.IEnumerable<IAbstractBinding>, System.Collections.Generic.IList<IAbstractBinding>, System.Collections.Generic.IReadOnlyCollection<IAbstractBinding>, System.Collections.Generic.IReadOnlyList<IAbstractBinding>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged, System.ICloneable
[TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class BindingCollection : public System.Collections.ObjectModel.ObservableCollection<IAbstractBinding>, System.Collections.Generic.ICollection<IAbstractBinding>, System.Collections.Generic.IEnumerable<IAbstractBinding>, System.Collections.Generic.IList<IAbstractBinding>, System.Collections.Generic.IReadOnlyCollection<IAbstractBinding>, System.Collections.Generic.IReadOnlyList<IAbstractBinding>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged, System.ICloneable