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