Click or drag to resize

LambdaExpressionGetReturnType Method

Overload List
  NameDescription
Public methodGetReturnType
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.)
Public methodGetReturnType(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.
Top
See Also