Value Types, Reference Types, Tuples, and Arrays in C#

This article continues the discussion of data types with an in-depth explanation of type division. Additionally, this article discusses the details of combining data elements into tuples, a feature introduced in C# 7.0. Finally we discuss how to group data into collections called arrays.

This article is reprinted from https://www.developerastrid.com/csharp/csharp-more-data-types/
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment