创建定制的泛型类--泛型Queue多线程读写文档--的泛型方法
摘要:
1.using System;2.using System.Collections.Generic;3.using System.Text;4.using System.Threading;5.6.namespace Generic_T_Manager7.{8. public interface IDocument9. {10. string Title11. { get;}12.13. string Content14. { get;}15. }16.17. public class Document : IDocument18. {19. priva... 阅读全文
posted @ 2011-12-19 15:24 cknife 阅读(302) 评论(0) 推荐(0)
浙公网安备 33010602011771号