Click or drag to resize

VariableDeclGetValue Method

Get the constant value of the variable (if any).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual Object GetValue()

Return Value

Type: Object
An object of the type of the variable with a value of the constant used to initialize it (if any), or null if the variable isn't a constant.
See Also