Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.11.1
Description
This is a couple of fixes:
Remove all references to this. and me.
No need to fully qualify Objects where the class already references the namespace.
ie:
using System; // use ArgumentException("", "") // do not use System.ArgumentException("", "")
Attachments
Issue Links
- links to