MatchCandidateInferTypeArguments Method (Object, TypeRefBase, UnresolvedRef) |
Perform Type Inference for omitted type arguments on a generic method in a method group [C# 4.0 section 7.5.2.13].
Namespace:
Nova.Resolving
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public bool InferTypeArguments(
Object methodObject,
TypeRefBase delegateTypeRef,
UnresolvedRef unresolvedRef
)
Parameters
- methodObject
- Type: SystemObject
- delegateTypeRef
- Type: Nova.CodeDOMTypeRefBase
- unresolvedRef
- Type: Nova.CodeDOMUnresolvedRef
Return Value
Type:
BooleanSee Also