Click or drag to resize

MatchCandidatesHasDynamicTypedParameters Property

True if the UnresolvedRef being matched is a method invocation and at least one argument has a dynamic type.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool HasDynamicTypedParameters { get; }

Property Value

Type: Boolean
See Also