Modern C# Development: Get Started With Params Collections
Hi lovely readers,
We have all written APIs that want a flexible "give me as many values as you like" parameter, then ended up juggling arrays and awkward call sites. Modern C# fixes this in two steps. C# 12 added collection expressions ([1, 2, 3]). ...
lovelacecoding.hashnode.dev5 min read