System.Runtime
4.2.1.0
4.2.2.0
5.0.0.0
6.0.0.0
7.0.0.0
8.0.0.0
9.0.0.0
10.0.0.0
netstandard
2.1.0.0
Microsoft.Bcl.AsyncInterfaces
9.0.0.0
9.0.0.1
9.0.0.2
10.0.0.0
[System.Runtime.CompilerServices.Nullable(2)]
[<System.Runtime.CompilerServices.Nullable(2)>]
Covariant
AllowByRefLike
System.IAsyncDisposable
The type of objects to enumerate.
Supports a simple asynchronous iteration over a generic collection.
To be added.
Property
System.Runtime
4.2.1.0
4.2.2.0
5.0.0.0
6.0.0.0
7.0.0.0
8.0.0.0
9.0.0.0
10.0.0.0
netstandard
2.1.0.0
Microsoft.Bcl.AsyncInterfaces
9.0.0.0
9.0.0.1
9.0.0.2
10.0.0.0
[System.Runtime.CompilerServices.Nullable(1)]
[<System.Runtime.CompilerServices.Nullable(1)>]
T
Gets the element in the collection at the current position of the enumerator.
The element in the collection at the current position of the enumerator.
To be added.
Method
System.Runtime
4.2.1.0
4.2.2.0
5.0.0.0
6.0.0.0
7.0.0.0
8.0.0.0
9.0.0.0
10.0.0.0
netstandard
2.1.0.0
Microsoft.Bcl.AsyncInterfaces
9.0.0.0
9.0.0.1
9.0.0.2
10.0.0.0
System.Threading.Tasks.ValueTask<System.Boolean>
Advances the enumerator asynchronously to the next element of the collection.
A that will complete with a result of true if the enumerator
was successfully advanced to the next element, or false if the enumerator has passed the end
of the collection.
To be added.