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

From m204wiki
Jump to navigation Jump to search
(Created page with "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 All...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

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.