Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IEnumerator.cs
Go to the documentation of this file.
1
namespace
System.Collections
;
2
3
public
interface
IEnumerator
4
{
5
object
Current
{
get
; }
6
7
bool
MoveNext
();
8
9
void
Reset
();
10
}
System.Collections.IEnumerator.MoveNext
bool MoveNext()
System.Collections.IEnumerator.Current
object Current
Definition
IEnumerator.cs:5
System.Collections.IEnumerator.Reset
void Reset()
System.Collections.IEnumerator
Definition
IEnumerator.cs:4
System.Collections
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System.Collections
IEnumerator.cs
Generated by
1.10.0