lq2m
Home
About
Contact
LINQ Query To Methods
Convert a C# query expression into the equivalent chain of method invocations
Query syntax
from char c in "Hello, World" select char.IsLetter(c)