UniTask
Show / Hide Table of Contents

UniTaskCancelableAsyncEnumerable<T>.Enumerator Struct

Namespace: Cysharp.Threading.Tasks
Assembly: cs.temp.dll.dll
public readonly struct Enumerator

Members

Properties

Name Description
Current

Methods

Name Description
DisposeAsync()
MoveNextAsync()

Properties

Current

public readonly T Current { get; }
Property Value
T

Methods

DisposeAsync()

public readonly UniTask DisposeAsync()
Returns
UniTask

MoveNextAsync()

public readonly UniTask<bool> MoveNextAsync()
Returns
UniTask<System.Boolean>
Back to top Copyright © Cysharp, Inc. | Generated by DocFX