add // for a comment and eat up semicolon at the end of the line
while pasting to VB.NET a sample I managed to develop in C# I understood that most of reediting needed consisted of changing // into ' for starting comments and deleting terminating semicolons
by chaning this two tiny details you would greatly help porting C# to VB.NET code
4
votes