Does a .cs file compile under a .vbproj?

Posted by serhio on Stack Overflow See other posts from Stack Overflow or by serhio
Published on 2010-04-30T10:11:42Z Indexed on 2010/04/30 10:17 UTC
Read the original article Hit count: 157

Filed under:
|
|

Does a .cs(C#) file compile under a .vbproj(VB.NET project) ? (VS 2005, .NET 2)

Say I have Animals.vbproj (namespace Animals)

I have Wolf.vb, Tiger.vb, Cat.vb, and a Human.cs

Could I use Animals.Human from a external AnimalsForm.vb form? Why?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about vb.net