Click or drag to resize

DynamicExpressionRefHasUnresolvedRef Method

Always false for a DynamicExpressionRef - even though it's technically an UnresolvedRef, we want to consider it resolved for purposes of lambda binding.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override bool HasUnresolvedRef()

Return Value

Type: Boolean
See Also