Telerik.Web.Mvc.UI.EditorToolGroup.EditorToolGroup C# (CSharp) 메소드

EditorToolGroup() 공개 메소드

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

Same methods

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