Click or drag to resize

TypeRefFind Method (Alias, String, Boolean)

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

Parameters

alias
Type: Nova.CodeDOMAlias
typeName
Type: SystemString
isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

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