C# 7.0 is the seventh version of C#. This version contains some new features: language support for Tuples, local functions, out var
declarations, digit separators, binary literals, pattern matching, throw expressions, ref return
and ref local
and extended expression bodied members list.
Official reference: What's new in C# 7