命名空间:thread.asynOperation
功能:类型有关的辅助类
功能详细说明:
类型有关的辅助类
常用函数列表:
/// 返回dataSetHelper对象的一个表,按索引号 public static DataTable ReturnDataTable(this dataSetHelper set, int index) /// 为指定对象分配参数 public static T Assign<T>(Dictionary<string, string> dic) where T : new() /// 字符串转类型,例如"int",转为typeof(int) public static Type strToType(this string data)
---------------------
作者:hackpig
来源:www.skcircle.com
版权声明:本文为博主原创文章,转载请附上博文链接!
本文出自勇哥的网站《少有人走的路》wwww.skcircle.com,转载请注明出处!讨论可扫码加群:


