'宣言 Public Class Palettes Inherits System.Collections.ObjectModel.KeyedCollection(Of Color,Palette)
public class Palettes : System.Collections.ObjectModel.KeyedCollection<Color,Palette>
'宣言 Public Class Palettes Inherits System.Collections.ObjectModel.KeyedCollection(Of Color,Palette)
public class Palettes : System.Collections.ObjectModel.KeyedCollection<Color,Palette>
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.Win.C1Schedule.UI.Palettes