MSIR.0740 AllowNull only allowed for Objects: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
AllowNull was specified on a method or subroutine parameter in the method or subroutine declaration but the parameter was not an object. Since only objects can be "null", the AllowNull keyword doesn't make sense for other parameter types. Presumably, either the AllowNull keyword wasn't intended or the parameter was intended to have an object type. Correct the parameter declaration.
AllowNull was specified on a method or subroutine parameter in the method or subroutine declaration but the parameter was not an object. Since only objects can be "null", the AllowNull keyword doesn't make sense for other parameter types. Presumably, either the AllowNull keyword wasn't intended or the parameter was intended to have an object type. Correct the parameter declaration.


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

Revision as of 17:59, 19 April 2013

AllowNull was specified on a method or subroutine parameter in the method or subroutine declaration but the parameter was not an object. Since only objects can be "null", the AllowNull keyword doesn't make sense for other parameter types. Presumably, either the AllowNull keyword wasn't intended or the parameter was intended to have an object type. Correct the parameter declaration.