T
theinvisibleGhost
Is it possible in someway to write code,
that will flag up a warning at compile time as a kind of reminder?
I was thinking something along the lines of
Compiler.Warnings.Add("This Method is Incomplete");
Or alternatively in VS 2005?
Cheers
Chris
that will flag up a warning at compile time as a kind of reminder?
I was thinking something along the lines of
Compiler.Warnings.Add("This Method is Incomplete");
Or alternatively in VS 2005?
Cheers
Chris