You can now mark a class as static. static class MyClass It will not be possible to create instances of this class. This is useful for classes providing static methods only – like the Global class. |
THIS POST APPLIES TO MICROSOFT DYNAMICS AX7 TECHINCAL PREVIEW; IS PROVIDED AS-IS AND CONFERS NO RIGHTS.