ComponentOne ASP.NET MVC Controls
MenuItemFactory Constructor

C1.Web.Mvc.Fluent Namespace > MenuItemFactory Class : MenuItemFactory Constructor
The list of MenuItem
Create a MenuItemFactory instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal list As IList(Of MenuItem) _
)
public MenuItemFactory( 
   IList<MenuItem> list
)

Parameters

list
The list of MenuItem
See Also

Reference

MenuItemFactory Class
MenuItemFactory Members