When I write next code:
list.Find(l => l.Name = l.Name ? l
CodeCompletion doesn't find my variable "l", see picture bellow
I use SharpDevelop 5.
When I write next code:
list.Find(l => l.Name = l.Name ? l
CodeCompletion doesn't find my variable "l", see picture bellow
I use SharpDevelop 5.