C# re-use LINQ expression for different properties with same type – stackoverflow.com

I have a class with several int properties: class Foo { string bar {get; set;} int a {get; set;} int b {get; set;} int c {get; set;} } I have a LINQ expression I wish to use on ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "C# re-use LINQ expression for different properties with same type – stackoverflow.com"