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