- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 54字
- 2021-07-03 00:11:50
Working with Tuples - going deeper
I will now start adding more meat to the dummy implementation of the GetAverageAndCount() method we created in the previous recipe. If you are new to Tuples, and have not worked through the previous recipe, I encourage you to do so first before starting to work through this recipe.