TypeRef Constructor (Object) |
Create a
TypeRef from a constant value.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public TypeRef(
Object constantValue
)
Parameters
- constantValue
- Type: SystemObject
Remarks
The
TypeRef will reference the constant instance object, the type of which will be retrieved
as needed using
GetType.
See Also