DEV Community

Naghme Vahabi
Naghme Vahabi

Posted on

C# 13 new params feature

Image description🚨Comparing coding approaches in C# 13!

🚀 Previously, we were able to use only arrays when We used params keyword.
C# 13 introduces Params Collections, allowing you to use the following concrete types:

*Arrays
*IEnumerable
*List
*Span
Embracing new features enhances our coding experience!

Uploading image

Top comments (0)