2008年4月7日

摘要: 不论您在学习或者借用这里无疑是个好地方:http://csharp-source.net/ C# Open Source Open Source Aspect-Oriented Frameworks in C# AspectSharp - Aspect# (pronunced as AspectSharp) is a free AOP ( Aspect Oriented Progra... 阅读全文
posted @ 2008-04-07 12:02 Navy Blue 阅读(208) 评论(0) 推荐(0)

2008年3月3日

摘要: 一.类与结构的示例比较: 结构示例: public struct Person { string Name; int height; int weight public bool overWeight() { //implement something } } 类示例: public class... 阅读全文
posted @ 2008-03-03 15:43 Navy Blue 阅读(494) 评论(0) 推荐(1)

导航