string foo = "bar";
string nameOfFoo = nameof(foo); // “foo”
Kinda nice for iterating through lists of variables and saving them to a key/value map
string foo = "bar";
string nameOfFoo = nameof(foo); // “foo”
Kinda nice for iterating through lists of variables and saving them to a key/value map