Added the ability to use an IEnumerable<T> when adding to a list, so you can do:
new Foo.Builder { RepeatedValue = { x.Select(y) } }; ... a bit like LINQ to XML.
Showing
Please
register
or
sign in
to comment
new Foo.Builder { RepeatedValue = { x.Select(y) } }; ... a bit like LINQ to XML.