ValueTuple<T1, T2, T3, T4, T5, T6, T7>
Item1
Item2
Item3
Item4
Item5
Item6
Item7
ValueTuple(T1, T2, T3, T4, T5, T6, T7)
CompareTo((T1, T2, T3, T4, T5, T6, T7))
Equals(Object)
Equals((T1, T2, T3, T4, T5, T6, T7))
GetHashCode()
ToString()
ToTuple<T1, T2, T3, T4, T5, T6, T7>((T1, T2, T3, T4, T5, T6, T7))
net5.0
namespace System
{
public static class TupleExtensions
{
public static Tuple<T1, T2, T3, T4, T5, T6, T7>! ToTuple<T1, T2, T3, T4, T5, T6, T7>(this (T1, T2, T3, T4, T5, T6, T7) value);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net5.0 | |
Assembly | System.Runtime , Version=5.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API