microkarl
Well-known member
Hi, all
I am a vb.net programmer and I usually like to "module" to seperate a bundle of functions from my main namespace and class. This is because sometimes I want other classes to access to it while these functions are simply enough that I dont want to make them into classes seperately. But, I dont think I can use module in c#, is there anyway I can achieve the same or a simailiar result if I use C#.
Thanks!
I am a vb.net programmer and I usually like to "module" to seperate a bundle of functions from my main namespace and class. This is because sometimes I want other classes to access to it while these functions are simply enough that I dont want to make them into classes seperately. But, I dont think I can use module in c#, is there anyway I can achieve the same or a simailiar result if I use C#.
Thanks!