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

EditorCustomTool() public méthode

public EditorCustomTool ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public EditorCustomTool()
        {
            HtmlAttributes = new Dictionary<string, object>();
            Template = new HtmlTemplate();
        }