Click or drag to resize

INamespaceFind Method

Find a child Namespace, Type, or TypeDecl with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
Object Find(
	string name,
	bool exactMatch = false
)

Parameters

name
Type: SystemString
exactMatch (Optional)
Type: SystemBoolean

Return Value

Type: Object
See Also