Telerik.Web.Mvc.UI.TreeViewHtmlBuilderFactory.TreeViewHtmlBuilderFactory C# (CSharp) Method

TreeViewHtmlBuilderFactory() public method

public TreeViewHtmlBuilderFactory ( IActionMethodCache actionMethodCache ) : Infrastructure
actionMethodCache IActionMethodCache
return Infrastructure
        public TreeViewHtmlBuilderFactory(IActionMethodCache actionMethodCache)
        {
            Guard.IsNotNull(actionMethodCache, "actionMethodCache");

            this.actionMethodCache = actionMethodCache;
        }
TreeViewHtmlBuilderFactory