Skip to content

Commit 5139c88

Browse files
Relate Array.MaxLength to int.MaxValue
1 parent 56b0607 commit 5139c88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/System/Array.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7034,6 +7034,8 @@ This property represents a runtime limitation, the maximum number of elements (n
70347034
This property only applies to single-dimension, zero-bound (SZ) arrays.
70357035
<xref:System.Array.Length> property may return larger value than this property for multi-dimensional arrays.
70367036

7037+
The returned value is guaranteed to be less than <xref:System.Int32.MaxValue?displayProperty=nameWithType>.
7038+
70377039

70387040

70397041
]]></format>

0 commit comments

Comments
 (0)