海风夜雨

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  c#

摘要:6.6.1 DataSet对象的属性CaseSensitiveDataSetNameDesignModeEnforceConstraintsExtendedPropertiesHasErrorsLocaleNamespacePrefixRelationsTables6.6.2 DataSet对象的方... 阅读全文
posted @ 2014-04-16 15:36 海风夜雨 阅读(667) 评论(0) 推荐(0)

摘要:2007-07-02 19:22c#中结构与类的区别一.类与结构的示例比较:结构示例:public struct Person{string Name;intheight;intweightpublic bool overWeight(){//implement something}}类示例:public class TestTime{int hours;int minutes;int seconds;public void passtime(){//implementation of behavior}}调用过程:public class Test{public static ovid Ma 阅读全文
posted @ 2014-02-18 10:50 海风夜雨 阅读(180) 评论(0) 推荐(0)