Click or drag to resize

ResolverAddIfExtensionMethod Method

Add matching code object(s) IF they are extension methods.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void AddIfExtensionMethod(
	Object obj,
	TypeRefBase parentTypeRef
)

Parameters

obj
Type: SystemObject
The CodeObject, MemberInfo, ICollection, or null.
parentTypeRef
Type: Nova.CodeDOMTypeRefBase
The TypeRef of the object the extension method is being called on.
See Also