ParameterDeclGetValue 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 public override Object GetValue()
Return Value
Type:
ObjectAn 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