Click or drag to resize

LambdaExpressionGetReturnType Method

Determine the return type of the lambda expression. If the lambda expression has implicit parameter types, then GetReturnType(Type) must be used in order to provide a delegate type which can be used to determine the input parameter types.

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