NUnitForms Class Library

MenuItemCollection.Add Method (MenuItemCollection)

Add one MenuItemCollection to another. Combines them into one collection.

[Visual Basic]
Overloads Public Sub Add( _
   ByVal collection As MenuItemCollection _
)
[C#]
public void Add(
   MenuItemCollection collection
);

Parameters

collection
The collection to merge with this one.

See Also

MenuItemCollection Class | NUnit.Extensions.Forms Namespace | MenuItemCollection.Add Overload List