C#模版学习研究
时间:2015-02-14 13:44:03
收藏:0
阅读:257
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)