Click or drag to resize

TypeRefBaseGetConstantValue Method

Get the value of any represented constant. For enums, an EnumConstant object will be returned, which has both the Enum type and a constant value of its underlying type.

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

Return Value

Type: Object
See Also