C#模版学习研究

时间:2015-02-14 13:44:03   收藏:0   阅读:257

原文链接1   原文链接2

using System; 
using System.Collections.Generic; 
using System.Text;

using T = System.Byte; 
using X = System.Int32; 
using K = System.Int32;

其实主要还是用于高性能的地方.比如C#的指针

 

原文:http://www.cnblogs.com/flyant/p/4291490.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!