DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs8082-4.cs
12345678910
// CS8082: An argument to nameof operator cannot include sub-expression // Line: 8 class C { void Foo () { var s = nameof (1.ToString); } }