itfuture

导航

 
在看PortalCSVS的代码的时候,在PortalCfg.cs文件里面中的代码,
// <autogenerated>
//     This code was generated by a tool.
//     Runtime Version: 1.0.3705.209
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </autogenerated>
这块代码说是此文件中的代码是使用工具产生的,我想知道是使用的什么工具?并且请各位对这些代码做些相应的注释。比如说,下面的这块代码,
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute (System.ComponentModel.DesignerSerializationVisibility.Content)]
public GlobalDataTable Global {
            get {
                return this.tableGlobal;
            }
        }
类前面的那些修饰符的作用等等,恭候各位的指教!
posted on 2005-08-23 23:32  自强不息  阅读(409)  评论(0编辑  收藏  举报