IsConstant Property (CompoundExpressionInfo)
In This Topic
Gets if this
ExpressionInfo contains only constant values.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property IsConstant As Boolean
public override bool IsConstant {get;}
See Also