Click or drag to resize

GotoConstantExpression Property

The constant expression if this is a "goto case ...", otherwise null.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Expression ConstantExpression { get; set; }

Property Value

Type: Expression
See Also