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

TreeViewHtmlBuilderFactory() public méthode

public TreeViewHtmlBuilderFactory ( IActionMethodCache actionMethodCache ) : Infrastructure
actionMethodCache IActionMethodCache
Résultat Infrastructure
        public TreeViewHtmlBuilderFactory(IActionMethodCache actionMethodCache)
        {
            Guard.IsNotNull(actionMethodCache, "actionMethodCache");

            this.actionMethodCache = actionMethodCache;
        }
TreeViewHtmlBuilderFactory