MSIR.0856 Allow Auto not allowed for (classtype)

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.