Click or drag to resize

AliasRefGetReferencedType Method

Get the actual type reference.

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 Type (or null if the type is unresolved or if the Alias is to a NamespaceRef).
See Also