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 public static void ResolveRef(
Type type,
string name,
Resolver resolver
)
Parameters
- type
- Type: SystemType
- name
- Type: SystemString
- resolver
- Type: Nova.ResolvingResolver
See Also