System.ValueTuple 4.5.0-rc1

Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic. Commonly Used Types: System.ValueTuple System.ValueTuple<T1> System.ValueTuple<T1, T2> System.ValueTuple<T1, T2, T3> System.ValueTuple<T1, T2, T3, T4> System.ValueTuple<T1, T2, T3, T4, T5> System.ValueTuple<T1, T2, T3, T4, T5, T6> System.ValueTuple<T1, T2, T3, T4, T5, T6, T7> System.ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest> 8f968b9e79c5721d78cc88e46fe57457fe9d490d When using NuGet 3.x this package requires at least version 3.4.

Microsoft
安装
dotnet add package System.ValueTuple --version 4.5.0-rc1
Install-Package System.ValueTuple -Version 4.5.0-rc1
依赖
.NETStandard1.0
包名版本要求
NETStandard.Library [1.6.1, )
版本详情
作者Microsoft
发布时间2018-05-06 23:08:29
项目主页https://dot.net/
许可证https://github.com/dotnet/corefx/blob/master/LICENSE.TXT