1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 02:58:02 +02:00

Large collection fixes

This commit is contained in:
Brian Fiete 2023-08-18 12:04:01 -07:00
parent e8880cd59c
commit d0de4776f3
5 changed files with 25 additions and 10 deletions

View file

@ -1220,7 +1220,7 @@ namespace System.Collections
public struct Enumerator : IEnumerator<T>
{
private HashSet<T> mSet;
private int32 mIndex;
private int_cosize mIndex;
#if VERSION_HASHSET
private int32 mVersion;
#endif