'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Class ListBoxBuilder(Of T) Inherits C1.Web.Mvc.Fluent.ItemsBoundControlBuilder(Of T,ListBox(Of T),ListBoxBuilder(Of T))
[EditorBrowsable(EditorBrowsableState.Never)] public class ListBoxBuilder<T> : C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,ListBox<T>,ListBoxBuilder<T>>