liptonIcedTea
Well-known member
- Joined
- Jan 18, 2007
- Messages
- 89
- Programming Experience
- 1-3
Hi,
Is it possible to create partial interfaces?
I have an interface that is code generated but I would like to extend upon that.
There are some places on the net that saids explaining how to do it for c#
(http://aspalliance.com/1536_Understanding_and_Using_Partial_Classes_in_C.6)
However, it doesn't look like I can do the same for VB.NET? When i put in
Partial Public Interface IPurchaseOrderStatusDAO
it comes up with the error "Partial is not valid on an Interface declaration"
Does that mean there are no partial interfaces in vb.net but there are in c#?
Thanks a lot.
Is it possible to create partial interfaces?
I have an interface that is code generated but I would like to extend upon that.
There are some places on the net that saids explaining how to do it for c#
(http://aspalliance.com/1536_Understanding_and_Using_Partial_Classes_in_C.6)
However, it doesn't look like I can do the same for VB.NET? When i put in
Partial Public Interface IPurchaseOrderStatusDAO
it comes up with the error "Partial is not valid on an Interface declaration"
Does that mean there are no partial interfaces in vb.net but there are in c#?
Thanks a lot.