Table of Contents

GR0067: Interface methods should not define default parameter values.

TitleInterface methods should not define default parameter values.
IdGR0067
CategoryDesign
Default SeverityWarning
Enabled By DefaultTrue
DescriptionDo not define default parameter values on interface methods. Default argument values are decided at the call site and can lead to different behavior when invoking via interface versus concrete type.
Custom Tags