NUnitForms Class Library

FormFinder.FindAll Method ()

Finds all of the forms.

[Visual Basic]
Overloads Public Function FindAll() As FormCollection
[C#]
public FormCollection FindAll();

Return Value

FormCollection with all of the forms regardless of name.

See Also

FormFinder Class | NUnit.Extensions.Forms Namespace | FormFinder.FindAll Overload List