TypeRefResolveRefInBaseInterfaces Method (TypeReference, String, Resolver) |
Search for members with the specified name in all base interfaces of the specified
TypeReference, accumulating the results.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static void ResolveRefInBaseInterfaces(
TypeReference typeReference,
string searchName,
Resolver resolver
)
Parameters
- typeReference
- Type: Mono.CecilTypeReference
- searchName
- Type: SystemString
- resolver
- Type: Nova.ResolvingResolver
See Also