How to name tuple properties? [duplicate]

In C# 7.0 (Visual Studio 2017) there is a new option to do that:

(string first, string middle, string last) LookupName(long id)

Leave a Comment