Skip to content

Commit 2c7fc16

Browse files
DiegoQueirozRon Petrusha
authored andcommitted
Refer <gcAllowVeryLargeObjects> element (#1293)
* Refer <gcAllowVeryLargeObjects> element The current version miss to tell what element should be changed to change the array limit * Update xml/System.Collections.Generic/HashSet`1.xml Co-Authored-By: DiegoQueiroz <queiroz.diego@gmail.com>
1 parent e88e397 commit 2c7fc16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Collections.Generic/HashSet`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
9292
In addition to the listed set operations, the <xref:System.Collections.Generic.HashSet%601> class also provides methods for determining set equality, overlap of sets, and whether a set is a subset or superset of another set.
9393
94-
For very large <xref:System.Collections.Generic.HashSet%601> objects, you can increase the maximum capacity to 2 billion elements on a 64-bit system by setting the `enabled` attribute of the configuration element to `true` in the run-time environment.
94+
**.NET Framework only:** For very large <xref:System.Collections.Generic.HashSet%601> objects, you can increase the maximum capacity to 2 billion elements on a 64-bit system by setting the `enabled` attribute of the [`<gcAllowVeryLargeObjects>`}(~/docs/framework/configure-apps/file-schema/runtime/gcallowverylargeobjects-element.md) configuration element to `true` in the run-time environment.
9595
9696
Starting with the [!INCLUDE[net_v40_long](~/includes/net-v40-long-md.md)], the <xref:System.Collections.Generic.HashSet%601> class implements the <xref:System.Collections.Generic.ISet%601> interface.
9797
@@ -2167,4 +2167,4 @@
21672167
</Docs>
21682168
</Member>
21692169
</Members>
2170-
</Type>
2170+
</Type>

0 commit comments

Comments
 (0)