
7.01.2002
Cool Attributes
Came across these in the Typed Dataset generated code. May have use for them sometime in the future.- System.Diagnostics.DebuggerStepThrough - tells source code debuggers not to step into this function. (note: user can put breakpoint in this code)
- System.ComponentModel.Browsable - describes whether to make the property or event visible on the property window
Comments:
Post a Comment