【发布时间】:2008-10-25 21:28:20
【问题描述】:
有人知道 .NET 4.0 中会发生什么吗?
....
// NOTE : this is a TEMPORARY and a very minimalistic implementation of Tuple'2,
// as defined in http://devdiv/sites/docs/NetFX4/CLR/Specs/Base Class Libraries/Tuple Spec.docx
// We will remove this after we move to v4 and Tuple is actually in there
public struct Tuple<TFirst, TSecond>
....
【问题讨论】: