|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| Enumerator (T[] array) | |
| bool | MoveNext () |
| void | Reset () |
| void | Dispose () |
Properties | |
| T | Current [get] |
| object IEnumerator. | Current [get] |
Private Attributes | |
| readonly T[] | _array |
| T | _current |
| int | _index |
Definition at line 258 of file ConcurrentBag.cs.