'Declaration <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class ObservableColumnCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of ColumnBase)
'Usage Dim instance As ObservableColumnCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class ObservableColumnCollection : System.Collections.ObjectModel.ObservableCollection<ColumnBase>