GetAsyncEnumerator Method
- Namespace
- SatorImaging.UnityFundamentals
GetAsyncEnumerator()
public IAsyncEnumerator<T> GetAsyncEnumerator()
Returns
GetAsyncEnumerator(CancellationToken)
public IAsyncEnumerator<T> GetAsyncEnumerator(CancellationToken ct)
Returns an enumerator that iterates asynchronously through the collection.
Parameters
Returns
- IAsyncEnumerator<T>
An enumerator that can be used to iterate asynchronously through the collection.