M
Mark Jackson
Hi,
I have been examining the default code for a typical
windows form. Everything seems to make sense. However,
the InitializeComponent() subroutine is proceeded with the
following syntax:
System.Diagnostics.DebuggerStepThrough()
What is the purpose of this code? Does this mean that the
VB compiler will double-check to make sure nobody has
altered the code within this procedure?
Thanks,
Mark
I have been examining the default code for a typical
windows form. Everything seems to make sense. However,
the InitializeComponent() subroutine is proceeded with the
following syntax:
System.Diagnostics.DebuggerStepThrough()
What is the purpose of this code? Does this mean that the
VB compiler will double-check to make sure nobody has
altered the code within this procedure?
Thanks,
Mark