WhenEachResult<T> Struct
Assembly: UniTask.dll
public readonly struct WhenEachResult<T>
Members
Constructors
Properties
Methods
Constructors
WhenEachResult(Exception)
public WhenEachResult(Exception exception)
WhenEachResult(T)
public WhenEachResult(T result)
Properties
Exception
public Exception Exception { get; }
IsCompletedSuccessfully
public bool IsCompletedSuccessfully { get; }
IsFaulted
public bool IsFaulted { get; }
Methods
ToString()
public override string ToString()
Overrides
Extension Methods