You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/ValueTuple`7.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -74,13 +74,13 @@
74
74
<formattype="text/markdown"><![CDATA[
75
75
76
76
## Remarks
77
-
A value tuple is a data structure that has a specific number and sequence of values. The <xref:System.ValueTuple%607> structure represents a value tuple that has eight or more elements.
77
+
A value tuple is a data structure that has a specific number and sequence of values. The <xref:System.ValueTuple%607> structure represents a value tuple that has seven elements.
78
78
79
79
The value tuple types differ from the tuple types (such as <xref:System.Tuple%607>) as follows:
80
80
81
81
- They are structures (value types) rather than classes (reference types).
82
82
83
-
- Members such as <xref:System.ValueTuple%607.Item1> and <xref:System.ValueTuple%607.Item2> are fields rather than properties.
83
+
- Members such as <xref:System.ValueTuple%607.Item1> and <xref:System.ValueTuple%607.Item2> are fields rather than properties.
84
84
85
85
- Their fields are mutable rather than read-only.
86
86
@@ -950,4 +950,4 @@ The <xref:System.ValueTuple%607> type is not serializable in .NET Core 1.x or in
0 commit comments