Click or drag to resize

TypeRefResolveRef Method (Type, String, Resolver)

Resolve child code objects in the specified Type 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(
	Type type,
	string name,
	Resolver resolver
)

Parameters

type
Type: SystemType
name
Type: SystemString
resolver
Type: Nova.ResolvingResolver
See Also