首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >Tuple.Create()的Tuple?

Tuple.Create()的Tuple?

提问于 2018-02-10 23:49:14
回答 2关注 0查看 251

考虑以下几点:

代码语言:txt
复制
Tuple<int, int> t1 = new Tuple<int,int>(1,2);
Tuple<int, int> t2 = Tuple.Create(1,2);
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档