MSIR.0773 (blocktype) qualifier in (blocktype) section

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

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.