Click here to Skip to main content
16,019,514 members

Comments by MorixAL (Top 3 by date)

MorixAL 11-May-13 11:19am View    
You maybe right Dave,
But tell me what about module inside module?

It's sample, go to http://www.developerfusion.com/tools/convert/csharp-to-vb and write something in c#.
Convert it and you can see that the static class is converted to NotInheritable class.
MorixAL 11-May-13 10:47am View    
If you want to use inheritance you can declare class only with Friend keyword, If have tried and it works
MorixAL 11-May-13 10:21am View    
What about this?
In C# you can put static classes inside static class but in Module you can not put module inside module.
If you define like I wrote you can create classes inside class