MatchCandidates Constructor |
Namespace:
Nova.Resolving
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax 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