'宣言
Public NotInheritable Class ComboBoxAdapter(Of T As Enum) Inherits ControlAdapter(Of T)
public sealed class ComboBoxAdapter<T> : ControlAdapter<T> where T: Enum
'宣言
Public NotInheritable Class ComboBoxAdapter(Of T As Enum) Inherits ControlAdapter(Of T)
public sealed class ComboBoxAdapter<T> : ControlAdapter<T> where T: Enum
System.Object
GrapeCity.ActiveReports.Viewer.Common.Internal.ControlAdapter<T>
GrapeCity.ActiveReports.Viewer.Common.Internal.ComboBoxAdapter<T>