Click or drag to resize

TypeRefFindTypeRef Method

Find or create a TypeRef that represents the appropriate TypeDefinition/Type in the specified Project that has the same FullName as the specified Type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static TypeRef FindTypeRef(
	Project project,
	Type type
)

Parameters

project
Type: Nova.CodeDOMProject
type
Type: SystemType

Return Value

Type: TypeRef
See Also