Click or drag to resize

MethodRefGetReturnType Method

Get the return type of the method (never null - will be type 'void' instead).

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

Return Value

Type: TypeRefBase
See Also