operate overloading member function in C#
I created one class in C# with operate overloading member function.
So I want make use of this C# class in VB.net and I want extend that C# class in vb.net . i.e. I want created a sub class using C# class in Vb.net , How to override that operate overloaded function in vb.net and how to call that member.(Because vb.net not support for operate overloading).
|