❔ => operator
So I read while looking into LINQ documentation that
I would assume it is not seen as a lambda, it should just be a class method as its just syntax sugar for:
=> is the syntax for a lambda expression. Now in the context of LINQ it makes sense, I would've guessed already. However in a class:I would assume it is not seen as a lambda, it should just be a class method as its just syntax sugar for: