Wednesday, June 20, 2012

Tech Review C#: Thursday, June 14, 2012


Interfaces (C# Programming Guide)

  • can't declare if public in interface only in implementation.
  • VS doesn't explicitly give the interface public when generating from an interface