Click or drag to resize

ProjectFind Method

Find a namespace or type with the fully-specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Object Find(
	string fullName
)

Parameters

fullName
Type: SystemString

Return Value

Type: Object
A Namespace, TypeDecl, or TypeDefinition/Type object.
See Also