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 public static TypeRef FindTypeRef(
Project project,
Type type
)
Parameters
- project
- Type: Nova.CodeDOMProject
- type
- Type: SystemType
Return Value
Type:
TypeRefSee Also