NUnitForms Class Library

FormCollection.Add Method (Form)

Add a Form to the collection.

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

Parameters

form
The form to add.

Remarks

Will not add a duplicate form. In this way, the collection acts like a Set.

See Also

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