'宣言 Public Class LightCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of Light)
public class LightCollection : System.Collections.ObjectModel.ObservableCollection<Light>
'宣言 Public Class LightCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of Light)
public class LightCollection : System.Collections.ObjectModel.ObservableCollection<Light>
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
C1.WPF.C1Chart.LightCollection