MSIR.0773 (blocktype) qualifier in (blocktype) section: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "A class variable was explicitly specified as <tt>Public</tt>, <tt>Private</tt>, <tt>Public Shared</tt>, or <tt>Private Shared</tt>, but that declaration did not match the block i...")
(No difference)

Revision as of 15:01, 9 November 2010

A class variable was explicitly specified as Public, Private, Public Shared, or Private Shared, but that declaration did not match the block in which it was contained. The block type is not necessary on variable declarations but, if specified, must match the block in which the variable is contained.