System.ValueTuple
4.6.1
Prefix Reserved
dotnet add package System.ValueTuple --version 4.6.1
NuGet\Install-Package System.ValueTuple -Version 4.6.1
<PackageReference Include="System.ValueTuple" Version="4.6.1" />
paket add System.ValueTuple --version 4.6.1
#r "nuget: System.ValueTuple, 4.6.1"
// Install System.ValueTuple as a Cake Addin #addin nuget:?package=System.ValueTuple&version=4.6.1 // Install System.ValueTuple as a Cake Tool #tool nuget:?package=System.ValueTuple&version=4.6.1
About
Provides implementations for various value tuple variants. A value tuple is a data structure that has a specific number and sequence of values.
Main Types
The main types provided by this library are:
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>
System.TupleExtensions
System.Runtime.CompilerServices.TupleElementNamesAttribute
Additional Documentation
- For more information about these APIs, see Value tuples.
License
System.ValueTuple
is released as open source under the MIT license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (2.9K)
Showing the top 5 NuGet packages that depend on System.ValueTuple:
Package | Downloads |
---|---|
Microsoft.Extensions.Options
Provides a strongly typed way of specifying and accessing settings using dependency injection. |
|
Microsoft.Extensions.Configuration.Abstractions
Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages. |
|
Microsoft.Extensions.Logging
Logging infrastructure default implementation for Microsoft.Extensions.Logging. |
|
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks. |
|
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache. |
GitHub repositories (766)
Showing the top 5 popular GitHub repositories that depend on System.ValueTuple:
Repository | Stars |
---|---|
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
DapperLib/Dapper
Dapper - a simple object mapper for .Net
|
|
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
Version | Downloads | Last updated |
---|---|---|
4.6.1 | 16,160 | 3/19/2025 |
4.5.0 | 527,179,261 | 5/29/2018 |
4.5.0-rc1 | 159,371 | 5/6/2018 |
4.5.0-preview2-26406-04 | 130,570 | 4/10/2018 |
4.5.0-preview1-26216-02 | 98,397 | 2/26/2018 |
4.4.0 | 182,572,096 | 8/9/2017 |
4.4.0-preview2-25405-01 | 40,295 | 6/27/2017 |
4.4.0-preview1-25305-02 | 153,831 | 5/9/2017 |
4.3.1 | 9,678,648 | 5/9/2017 |
4.3.0 | 260,488,991 | 11/15/2016 |
4.3.0-preview1-24530-04 | 81,138 | 10/24/2016 |
4.0.0-rc3-24212-01 | 161,234 | 6/27/2016 |