In VB in VS when i type a call to a function it automatically adds "()" at the end of the call. for instance
components.Dispose
vs add "()" to get
components.Dispose()
could you point me in the right direction.
Thank u
components.Dispose
vs add "()" to get
components.Dispose()
could you point me in the right direction.
Thank u