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