Given the following:
public enum Test
{
[field: System.ComponentModel.Description("X")]
X,
Y,
Z
}
Visual Studio 2019 says it is a keyword (it isn't listed as a keyword though in the Microsoft docs):
What is 'field:' called and what is it for?