lambda property

bool? lambda

Whether this method is a simple lambda expression.

May be null to be inferred based on the value of body.

Implementation

bool? get lambda;