Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IStrongEnumerator.cs
Go to the documentation of this file.
1
namespace
System.Collections.Immutable
;
2
3
internal
interface
IStrongEnumerator
<T>
4
{
5
T
Current
{
get
; }
6
7
bool
MoveNext
();
8
}
System.Collections.Immutable.IStrongEnumerator.Current
T Current
Definition
IStrongEnumerator.cs:5
System.Collections.Immutable.IStrongEnumerator.MoveNext
bool MoveNext()
System.Collections.Immutable.IStrongEnumerator
Definition
IStrongEnumerator.cs:4
System.Collections.Immutable
Definition
AllocFreeConcurrentStack.cs:4
source
System.Collections.Immutable
System.Collections.Immutable
IStrongEnumerator.cs
Generated by
1.10.0