Table of Contents

GR0033: Do not use Object in a parameter declaration.

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