'宣言 Public Class BandCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of IBand) Implements IBandCollection
public class BandCollection : System.Collections.ObjectModel.ObservableCollection<IBand>, IBandCollection
'宣言 Public Class BandCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of IBand) Implements IBandCollection
public class BandCollection : System.Collections.ObjectModel.ObservableCollection<IBand>, IBandCollection
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
C1.Win.FlexGrid.BandCollection