Quantcast
Channel: Randy Riness @ SPSCC aggregator
Viewing all articles
Browse latest Browse all 3015

MSDN Blogs: 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 3015

Trending Articles