Click or drag to resize

ExpressionTreeRefGetReferencedType Method

Get the actual type reference, retrieving from any constant value if necessary.

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

Return Value

Type: Object
The Type.
See Also