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

EditorCustomTool() public method

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