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:
parent
e8880cd59c
commit
d0de4776f3
5 changed files with 25 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue