|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| bool | MoveNext () |
| void | Dispose () |
| void IEnumerator. | Reset () |
Package Functions | |
| Enumerator (HashSet< T > hashSet) | |
Properties | |
| T | Current [get] |
| object? IEnumerator. | Current [get] |
Private Attributes | |
| readonly HashSet< T > | _hashSet |
| readonly int | _version |
| int | _index |
| T | _current |
Definition at line 24 of file HashSet.cs.