'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public MustInherit Class ItemsBoundControlBuilder (Of T,TControl As ItemsBoundControl(Of T), TBuilder As ItemsBoundControlBuilder(Of T,TControl,TBuilder)) Inherits ControlBuilder(Of TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)] public abstract class ItemsBoundControlBuilder<T,TControl,TBuilder> : ControlBuilder<TControl,TBuilder> where TControl: ItemsBoundControl<T> where TBuilder: ItemsBoundControlBuilder<T,TControl,TBuilder>