Click or drag to resize

FindByType Constructor

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
C#
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