'宣言 Public Class ListBoxBuilder(Of T) Inherits C1.Web.Mvc.Fluent.ItemsBoundControlBuilder(Of T,ListBox(Of T),ListBoxBuilder(Of T))
public class ListBoxBuilder<T> : C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,ListBox<T>,ListBoxBuilder<T>>
'宣言 Public Class ListBoxBuilder(Of T) Inherits C1.Web.Mvc.Fluent.ItemsBoundControlBuilder(Of T,ListBox(Of T),ListBoxBuilder(Of T))
public class ListBoxBuilder<T> : C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,ListBox<T>,ListBoxBuilder<T>>
System.Object
C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.ControlBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,TControl,TBuilder>
C1.Web.Mvc.Fluent.ListBoxBuilder<T>