MSIR.0806 Arrays not allowed in Public/Private block -- use Collections

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "An <tt>Array</tt> was declared inside a class's Public or Private block. As this message indicates, this is not allowed, and as the message further indicates, a collection class ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

An Array was declared inside a class's Public or Private block. As this message indicates, this is not allowed, and as the message further indicates, a collection class makes an adequate substitute for arrays in this context. In fact, for more purposes, collections are more flexible and easier to work with than arrays.