TypeRefChangeTypeOfConstant Method (Object, TypeRefBase) |
Change the type of the specified constant to the specified type if possible.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static Object ChangeTypeOfConstant(
Object constantValue,
TypeRefBase typeRefBase
)
Parameters
- constantValue
- Type: SystemObject
- typeRefBase
- Type: Nova.CodeDOMTypeRefBase
Return Value
Type:
ObjectSee Also