A few months ago I started to write a class library in C#, but now I'm using VB (because I have that at home, might as well be consistent). But I want to be able to add more classes to the library without having to translate them into C#.

Is it possible to combine 2 or more languages in one class library?