Click or drag to resize

ResolverAddMatch Method

Add matching code object(s).

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

Parameters

obj
Type: SystemObject
The CodeObject, MemberInfo, ICollection, or null.
See Also