1 // CS1061: Type `string' does not contain a definition for `Where' and no extension method `Where' of type `string' could be found. Are you missing `System.Linq' using directive?
6 public static void Main ()
8 var a
= "ababab".Where (l
=> l
== 'b');