You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mehdi Mohammadi edited this page Dec 30, 2013
·
1 revision
C# compiler does not allow not-constant fields to be used in some
places like switch cases.
Static fields with primitive types that initialized to literal values
may be used in such places in Java.