How to interpret IDE suggestions like method signatures
Hello guys, when using Rider, sometimes, their are some suggested arguments that can be used for a particular function. For example consider the picture uploaded. I'm trying to use a LINQ expression. I want to be able to interpret the message shown so that I can quickly remember what the arguments refer to. Can someone explain how do I do that please, like I know func<> refers to a method type/delegate but for the this keyword in this context etc... I'm a bit lost
