Telerik.Web.Mvc.UI.DropDownListHtmlBuilder.DropDownListHtmlBuilder C# (CSharp) Méthode

DropDownListHtmlBuilder() public méthode

public DropDownListHtmlBuilder ( IDropDownRenderable component ) : System.Linq
component IDropDownRenderable
Résultat System.Linq
        public DropDownListHtmlBuilder(IDropDownRenderable component)
        {
            this.Component = component;
        }