Click or drag to resize

MatchCandidateInferTypeArguments Method (ICollection, ListExpression, UnresolvedRef, Boolean)

Perform Type Inference for omitted type arguments on a generic method invocation [C# 4.0 section 7.5.2].

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
[ObfuscationAttribute(Feature = "encryptmethod", Exclude = false)]
public bool InferTypeArguments(
	ICollection parameters,
	List<Expression> arguments,
	UnresolvedRef unresolvedRef,
	bool isExtensionMethod
)

Parameters

parameters
Type: System.CollectionsICollection
arguments
Type: System.Collections.GenericListExpression
unresolvedRef
Type: Nova.CodeDOMUnresolvedRef
isExtensionMethod
Type: SystemBoolean

Return Value

Type: Boolean
See Also