Telerik.Web.Mvc.UI.DropDownListHtmlBuilder.DropDownListHtmlBuilder C# (CSharp) Метод

DropDownListHtmlBuilder() публичный Метод

public DropDownListHtmlBuilder ( IDropDownRenderable component ) : System.Linq
component IDropDownRenderable
Результат System.Linq
        public DropDownListHtmlBuilder(IDropDownRenderable component)
        {
            this.Component = component;
        }