Click or drag to resize

TypeRefGetReferencedType 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 ITypeDecl (TypeDecl or TypeParameter, but NOT Alias) or TypeDefinition/Type (or null if the type is unresolved).
See Also