Click or drag to resize

TypeRefBaseGetDelegateReturnType Method

Get the delegate return type if the expression evaluates to a delegate type.

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

Return Value

Type: TypeRefBase
See Also