MSIR.0804 Class too big

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "A class's public and private (but not shared) variables, exceeded the internal class size limit. Break the class up into multiple objects; perhaps collections if some of the clas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A class's public and private (but not shared) variables, exceeded the internal class size limit. Break the class up into multiple objects; perhaps collections if some of the class contents are repetitive.