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