DEBSOURCES
Skip Quicknav
sources / mono / 4.6.2.7%2Bdfsg-1 / mcs / errors / cs0103.cs
123456789
// CS0103: The name `count' does not exist in the current context // Line: 6 class ClassMain { public static void Main () { count++; } }