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

EditorToolGroup() public method

public EditorToolGroup ( ) : System.Collections.Generic
return System.Collections.Generic
        public EditorToolGroup()
        {
            Tools = new List<IEditorTool>();
        }

Same methods

EditorToolGroup::EditorToolGroup ( IEnumerable tools ) : System.Collections.Generic
EditorToolGroup