Click or drag to resize

TypeRefResolveRefInBaseInterfaces Method (Type, String, Resolver)

Search for members with the specified name in all base interfaces of the specified Type, accumulating the results.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void ResolveRefInBaseInterfaces(
	Type type,
	string searchName,
	Resolver resolver
)

Parameters

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