Click or drag to resize

NamespaceResolveExtensionMethod Method

Resolve an extension method with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void ResolveExtensionMethod(
	string name,
	Resolver resolver,
	TypeRefBase parentTypeRef
)

Parameters

name
Type: SystemString
resolver
Type: Nova.ResolvingResolver
parentTypeRef
Type: Nova.CodeDOMTypeRefBase
See Also