Tag: C# Tuples
-
C# 7.0 Features – Tuples
Now that VS 2017 RC is released with bunch of cool features along with refactoring support leveraging C# 7.0 features, Now is the best time to take a deep dive in C# 7.0 features. We are going start with one of the most exciting feature called Tuples. What is Tuples? Tuples makes it easy to have…