is it possible to have a class that is in VB.NET but one of it's members are written in C#? In other words, is it possible to intermingle VB and C# code in the same class? If so, how?
Thanks in advance.
-Andy Moyer
MigrationUser 1 Monday, February 14, 2005 2:24 PM
no - but in 2005 , .net 2.0 I know you can have one file be a C#, another VB.net, etc. I know this works for sure in asp.net, should work in any project?