1 // CS1061: Type `T' does not contain a definition for `Name' and no extension method `Name' of type `T' could be found (are you missing a using directive or an assembly reference?)
5 using System
.Collections
.Generic
;
9 public C (IEnumerable
<T
> t
)
11 new List
<T
>(t
).ConvertAll(p
=> p
.Name
);