MSIR.0856 Allow Auto not allowed for (classtype): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "An Allow Auto was specified in the Public block for a class definition, but the class type does not permit an Allow Auto. For example, classes with constructors cannot be Allow A...")
(No difference)

Revision as of 15:01, 9 November 2010

An Allow Auto was specified in the Public block for a class definition, but the class type does not permit an Allow Auto. For example, classes with constructors cannot be Allow Auto, nor can extension classes.