Table of Contents

GR0041: Do not use Object in a variable declaration.

TitleDo not use Object in a variable declaration.
IdGR0041
CategoryDesign
Default SeverityWarning
Enabled By DefaultTrue
DescriptionDo not use object as a local variable type. This is to avoid issues with type safety.
Custom Tags