Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IAsyncEnumerator.cs
Go to the documentation of this file.
1
using
System.Threading.Tasks
;
2
3
namespace
System.Collections.Generic
;
4
5
public
interface
IAsyncEnumerator
<
out
T> :
IAsyncDisposable
6
{
7
T
Current
{
get
; }
8
9
ValueTask<bool>
MoveNextAsync
();
10
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.IAsyncEnumerator.Current
T Current
Definition
IAsyncEnumerator.cs:7
System.Collections.Generic.IAsyncEnumerator.MoveNextAsync
ValueTask< bool > MoveNextAsync()
System.Collections.Generic.IAsyncEnumerator
Definition
IAsyncEnumerator.cs:6
System.IAsyncDisposable
Definition
IAsyncDisposable.cs:6
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Threading.Tasks
Definition
TaskToApm.cs:3
source
System.Private.CoreLib
System.Collections.Generic
IAsyncEnumerator.cs
Generated by
1.10.0