Lamda Expression in .NET Getter Chain
Is it possible to use a lamda expression in a .NET getter chain for a data collector? I have a List of objects that I would like to call Find on and pass a lamda to get the one I need. Basically I want to call this: Actions.Find(x => x.ActionType =...