Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.CompilerServices.ConfiguredCancelableAsyncEnumerable< T > Struct Template Reference

Classes

struct  Enumerator
 

Public Member Functions

ConfiguredCancelableAsyncEnumerable< TConfigureAwait (bool continueOnCapturedContext)
 
ConfiguredCancelableAsyncEnumerable< TWithCancellation (CancellationToken cancellationToken)
 
Enumerator GetAsyncEnumerator ()
 

Package Functions

 ConfiguredCancelableAsyncEnumerable (IAsyncEnumerable< T > enumerable, bool continueOnCapturedContext, CancellationToken cancellationToken)
 

Private Attributes

readonly IAsyncEnumerable< T_enumerable
 
readonly CancellationToken _cancellationToken
 
readonly bool _continueOnCapturedContext
 

Detailed Description

Definition at line 8 of file ConfiguredCancelableAsyncEnumerable.cs.


The documentation for this struct was generated from the following file: