Quantcast
Channel: MSDN Blogs
Viewing all articles
Browse latest Browse all 12366

X++ in AX7: Static classes

$
0
0

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.


Viewing all articles
Browse latest Browse all 12366

Trending Articles