1 // CS1061: Type `string' does not contain a definition for `Length2' and no extension method `Length2' of type `string' could be found. Are you missing an assembly reference?
9 public static void Main ()
11 var e
= from values
in new [] { "value" }
12 let length
= values
.Length2