1 // CS1061: Type `string' does not contain a definition for `Name' and no extension method `Name' of type `string' could be found. Are you missing an assembly reference?
8 public static void Main ()
18 var name
= fileName
.Name
;
22 static void Each
<T
> (this T
[] s
, Action
<T
> a
)