NUnitForms Class Library

FormCollection.Add Method

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

Overload List

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

public void Add(FormCollection);

Add a Form to the collection.

public void Add(Form);

See Also

FormCollection Class | NUnit.Extensions.Forms Namespace