jirong
jirong
posts - 34,comments - 19,trackbacks - 1

07 2007 档案
C#动态方法调用
摘要: Class1.cs using System; class Class1{ public static String method1() { return "I am Static method (method1) in class1"; } public String method2() { return "I am a Instance Method (method2) in Class1";...阅读全文
posted @ 2007-07-07 14:48 jirong 阅读(341) | 评论 (0) 编辑