Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • But are they really necessary? Is there a good reason for them to be in the template? Commented Oct 16, 2012 at 13:47
  • If you don't need them, simply remove them. They are only defaults. Commented Oct 16, 2012 at 13:48
  • They are only necessary if one of your interface methods is a return type located in one of them. You need System at a minimum, and the others only as needed for types you want to return. Commented Oct 16, 2012 at 15:19
  • Actually, many classes don't need system. But all in all it makes life easier on most developers, especially those not horribly used to .NET and not knowing where to pick up the main system classes. Commented Oct 16, 2012 at 16:57