Click or drag to resize

LiteralValue Property

The object that the literal string represents (string, int, bool, etc). If the literal is an interpolated string, this will be a ChildListT.

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

Property Value

Type: Object
See Also