泛型学习代码
摘要:using System;using System.Collections;using System.Collections.Generic;delegate void Method();class Test{ public string Name; public Method Code; public Test(string name, Method code) { ...
阅读全文
posted @ 2004-09-22 14:40