路漫漫其修远兮!
专注于Windows API、.NET、虚拟化、企业信息化及网络技术。
摘要: using System; using System.Collections.Generic; public delegate void DExchange<T>(ref T t1,ref T t2); public interface IExchange<T> { void Swap(ref T 阅读全文
posted @ 2016-04-07 16:46 艺歆 阅读(426) 评论(1) 推荐(0)