LambdaExpressionGetReturnType Method |
Name | Description | |
---|---|---|
GetReturnType |
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.
(Overrides AnonymousMethodBaseGetReturnType.) | |
GetReturnType(TypeRef, ResolveFlags) |
Determine the return type of the lambda expression using the specified delegate type to
determine any implicit input parameter types of the lambda or any nested lambdas.
|