Click or drag to resize

BinaryOperatorEvaluateConstants Method

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected virtual Object EvaluateConstants(
	Object leftConstant,
	Object rightConstant
)

Parameters

leftConstant
Type: SystemObject
rightConstant
Type: SystemObject

Return Value

Type: Object
See Also