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