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

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

Initializes a new instance of the DropDownItemBuilder class.
public DropDownItemBuilder ( DropDownItem item ) : System.Web.Mvc
item DropDownItem The item.
Результат System.Web.Mvc
        public DropDownItemBuilder(DropDownItem item)
        {
            Guard.IsNotNull(item, "item");

            this.item = item;
        }