VOID Keyword (VB vs C# Question)

  • Thread starter Thread starter SMH
  • Start date Start date
S

SMH

Hi All,

I am currently making the switch from VB to C#.

I understand that the VOID keyword allows creation of a function which
doesnt require any parameters and doesn't return a value.

Is this then, the equivalentof a SUB in VB?

Thank you.

Simon.
 
Back
Top