Click or drag to resize

TypeRefFind Method (Namespace, String, Boolean)

Find a type in the specified Namespace 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(
	Namespace namespace,
	string typeName,
	bool isFirstOnLine = false
)

Parameters

namespace
Type: Nova.CodeDOMNamespace
typeName
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