|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ConfiguredValueTaskAwaitable< bool > | MoveNextAsync () |
| ConfiguredValueTaskAwaitable | DisposeAsync () |
Package Functions | |
| Enumerator (IAsyncEnumerator< T > enumerator, bool continueOnCapturedContext) | |
Properties | |
| T | Current [get] |
Private Attributes | |
| readonly IAsyncEnumerator< T > | _enumerator |
| readonly bool | _continueOnCapturedContext |
Definition at line 11 of file ConfiguredCancelableAsyncEnumerable.cs.