A delegate used to lazily populate the children of an PatternTest.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public delegate void PatternTestPopulator(
	bool recurse
)
Visual Basic (Declaration)
Public Delegate Sub PatternTestPopulator ( _
	recurse As Boolean _
)

Parameters

recurse
Type: System..::.Boolean
If true, the populator should recursively populate all of its newly populated test elements in addition to itself.

See Also