| ContextMenuViewCollection Constructor (IEnumerable) |
Initializes new instance of an object.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public ContextMenuViewCollection(
IEnumerable items
)
Public Sub New (
items As IEnumerable
)
Parameters
- items
- Type: System.CollectionsIEnumerable
Initial collection.
Remarks See Also