 |
Partial Class, Interface or Struct in C Sharp with example
Partial class, interface and structure was introduced in C# 2.0. Now it is possible to split the definition of an class, interface and structure over more than one source files. Moreover the other parts of the class, struct, or interface should be defined
www.dotnet-tricks.com |
 |