Click or drag to resize

TypeRefFind Method (TypeDecl, String, Boolean)

Find a nested type in the specified TypeDecl with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static TypeRefBase Find(
	TypeDecl typeDecl,
	string name,
	bool isFirstOnLine = false
)

Parameters

typeDecl
Type: Nova.CodeDOMTypeDecl
name
Type: SystemString
isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

Type: TypeRefBase
A TypeRef to the type, or an UnresolvedRef if no match was found.
See Also