Method CreateMenu
CreateMenu<MenuModelType>()
Creates a menu model of the specified type.
MenuModelType CreateMenu<MenuModelType>() where MenuModelType : IMenuModel
Returns
- MenuModelType
The created menu model.
Type Parameters
MenuModelType
The type of the menu model to create.