
'Declaration Public Class AutoComplete(Of T) Inherits AutoCompleteBase(Of T) Implements IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
public class AutoComplete<T> : AutoCompleteBase<T>, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent
System.Object
C1.Web.Mvc.Component
C1.Web.Mvc.Control
C1.Web.Mvc.ItemsBoundControl<T>
C1.Web.Mvc.DropDown<T>
C1.Web.Mvc.ComboBoxBase<T>
C1.Web.Mvc.AutoCompleteBase<T>
C1.Web.Mvc.AutoComplete<T>