DAX and Visual Studio, Future reserved words

 
Good morning all,
 
We all know that at some point in the future, Ax development will converge into another Visual Studio type tool. I took a peek at class SysBPCheckMemberFunction and found the following macro:
 
    #localmacro.FutureReservedWords
        ‘As’,
        ‘Attribute’,
        ‘Enum’,
        ‘Foreach’,
        ‘Friend’,
        ‘In’,
        ‘Instance’,
        ‘Internal’,
        ‘Long’,
        ‘Is’,
        ‘Module’,
        ‘Namespace’,
        ‘Native’,
        ‘Out’,
        ‘Override’,
        ‘Readonly’,
        ‘Ref’,
        ‘Unique’,
        ‘Unsigned’,
        ‘WebService’,
        ‘XMLRoot’
    #endmacro
 
We’re awaiting impatiently MS! maybe for DAX2011 ? (Ax6)
This entry was posted in Dynamics Ax 4.0x. Bookmark the permalink.