|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » programming » Modelling » Constants (RSS)
-
It is rather unfortunate that C# doesn’t support constants in interfaces, whereas Java does. If IL (intermediate language) that C# usually compiles to (when not using AOT that is like in .NET Native or Xamarin iOS) doesn’t support this, then the compiler could create a special sealed class to carry the constants. Then, wherever ...
|
|
|