Create an instance that searches for objects of the specified target type.
Namespace:
Nova.Analysis
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public FindByType(
Type targetType,
CodeObject scope
)
Parameters
- targetType
- Type: SystemType
The Type of objects to be found. - scope
- Type: Nova.CodeDOMCodeObject
The scope, or starting object, of the search.
See Also