| Article: |
Making Sense of Partial Classes | |
| Subject: | Can we extend the Class without inheriting an existing class | |
| Date: | 2005-01-24 20:47:06 | |
| From: | GersonK | |
|
Response to: Can we extend the Class without inheriting an existing class
|
||
|
In C# you have to use the "partial" modifier in the class decalaration in both files or it won't compile. So building the class partially is essentially just an implementation detail, hidden from other pieces of code.
|
||
Women in Technology
Hear us Roar
