C#
文章平均质量分 75
rodmanwu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
深入C#(二)--Converter
Converter的使用 Converter Delegate 概述:Represents a method that converts an object from one type to another type. 作用于泛型集合的类型转换,主要是用于ConverAll函数 Demo: using System; using System.Drawing原创 2012-09-02 17:03:37 · 1687 阅读 · 0 评论 -
深入C#笔记(一)---Action
Action的使用 Action Delegate 概述:Encapsulates a method that has a single parameter and does not return a value. 描述:You can use the Action delegate to pass a method as a parameter without explic原创 2012-09-02 16:20:11 · 803 阅读 · 0 评论 -
使用xsd.exe生成C#类
使用xsd.exe 通过JSon生成对应的C# model ,我之前都是使用 json2csharp。 这次项目数据通过Xml传递,我想应该有类似的办法吧。 【Xsd.exe是什么】 The XML Schema Definition (Xsd.exe) tool generates XML schema or common language runtime classes from XDR, XML, and XSD files, or from classes in a runtime assemb原创 2013-08-08 13:19:07 · 4825 阅读 · 1 评论
分享