Imports System Class Class1 Public Shared Function Method(ByVal a As Integer, ByVal b As Integer) As Integer Return a + b End Function End Class