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

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
A class variable was explicitly specified as <tt>Public</tt>, <var>Private</var>, <tt>Public Shared</tt>, or <tt>Private Shared</tt>, 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.
A class variable was explicitly specified as <var>Public</var>, <var>Private</var>, <tt>Public Shared</tt>, or <tt>Private Shared</tt>, 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.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 19:11, 23 April 2014

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.