Click or drag to resize

MatchCandidates Constructor

Create a MatchCandidates collection.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public MatchCandidates(
	bool isMethodGroup,
	bool isCategoryMatch,
	bool isCompleteMatch,
	bool hasDynamicallyTypedParameters
)

Parameters

isMethodGroup
Type: SystemBoolean
isCategoryMatch
Type: SystemBoolean
isCompleteMatch
Type: SystemBoolean
hasDynamicallyTypedParameters
Type: SystemBoolean
See Also