Click or drag to resize

AnonymousMethodRefGetReturnType Method

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

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

Return Value

Type: TypeRefBase
See Also