Click or drag to resize

ResolverAddMatchInternal Method

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
[ObfuscationAttribute(Feature = "encryptmethod", Exclude = false)]
protected void AddMatchInternal(
	Object obj,
	bool lookInAllParts = false,
	bool isExtensionMethod = false,
	TypeRefBase parentTypeRef = null
)

Parameters

obj
Type: SystemObject
lookInAllParts (Optional)
Type: SystemBoolean
isExtensionMethod (Optional)
Type: SystemBoolean
parentTypeRef (Optional)
Type: Nova.CodeDOMTypeRefBase
See Also