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