I'm trying to migrate some C# code over to VB and have hit a snag...

the C# code has this in it...

#region

#endregion

but VB tells me that i can't have this in method bodies...

what can I do here? do I need these?

Thanks,

squirrelly1