M
Mark Jackson
Hi All,
I have been examining the default code for a Windows Form
and had a question about the InitializeComponent()
procedure.
Why is it preceded with
System.Diagnostics.DebuggerStepThrough()?
Is this there as protection, just in case the programmer
tries to alter the code that is already in place?
Thanks,
Mark
I have been examining the default code for a Windows Form
and had a question about the InitializeComponent()
procedure.
Why is it preceded with
System.Diagnostics.DebuggerStepThrough()?
Is this there as protection, just in case the programmer
tries to alter the code that is already in place?
Thanks,
Mark