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