Hi,
How can we create the same partial class in vb.net and c#? We have a class library project in vb.net, all partial classes reside in this project. For those classes, we want to write partial classes in c#.net to access all defined properties/functions in both the classes.
Any suggestions to achieve the aforementioned are appreciated
Thanks,
Kiran