Click or drag to resize

TypeParameterRefGetReferencedType Method

Get the actual type reference (TypeParameter or Type).

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 TypeParameter or Type.
See Also