Click or drag to resize

MatchCandidateCopyInferredTypeArguments Method

Copy the inferred type arguments to the specified MethodRef or TypeRef (pseudo-inferred type arguments are used for references to type definitions in doc comments).

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void CopyInferredTypeArguments(
	TypeRefBase typeRefBase
)

Parameters

typeRefBase
Type: Nova.CodeDOMTypeRefBase
See Also