Populates components lazily.
Namespace:
Gallio.Framework.PatternAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public delegate void DeferredComponentPopulator( ICodeElementInfo codeElementHint ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub DeferredComponentPopulator ( _ codeElementHint As ICodeElementInfo _ ) |
Parameters
- codeElementHint
- Type: Gallio.Common.Reflection..::.ICodeElementInfo
The code element hint to identify the location of the particular components to populate, or null to populate them all.
Remarks
A populator function takes one parameter to specify a hint for the particular code element whose patterns should be processed to generate components. If the hint is null or unrecognized then the populator should proceed to generate all remaining components.
