Click or drag to resize

TypeRefResolveRef Method (TypeRef, String, Resolver)

Resolve child code objects in the specified TypeRef that match the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void ResolveRef(
	TypeRef typeRef,
	string name,
	Resolver resolver
)

Parameters

typeRef
Type: Nova.CodeDOMTypeRef
name
Type: SystemString
resolver
Type: Nova.ResolvingResolver
See Also