Say I have the following class:
public class ConfigItemType { public string Name { get; set; } public double SomeOtherThing { get; set; } } >
public class ConfigItemType { public string Name { get; set; } public double SomeOtherThing { get; set; } }
This should also work:
AggregateValues("hello", MyList.ConvertAll(c => c.Name).ToArray())