I've previously pointed to a web site that will convert a C# snippet to VB. It stumbled on this code, so I had to RTFM (!!!). Since it involved more than a few minutes, I'm posting it for future reference:
if ( dataSource is IEnumerable )
Converts to
If TypeOf dataSource Is IEnumerable