'宣言 Public NotInheritable Class QuoteCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of Quote)
public sealed class QuoteCollection : System.Collections.ObjectModel.ObservableCollection<Quote>
'宣言 Public NotInheritable Class QuoteCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of Quote)
public sealed class QuoteCollection : System.Collections.ObjectModel.ObservableCollection<Quote>
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
C1.WPF.Chart.Finance.QuoteCollection