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.Generic
;
2
3
public
interface
IEnumerator
<
out
T> :
IDisposable
,
IEnumerator
4
{
5
new
T
Current
{
get
; }
6
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.IEnumerator.Current
new T Current
Definition
IEnumerator.cs:5
System.Collections.Generic.IEnumerator
Definition
IEnumerator.cs:4
System.IDisposable
Definition
IDisposable.cs:4
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
source
System.Private.CoreLib
System.Collections.Generic
IEnumerator.cs
Generated by
1.10.0