AsyncUnit Struct
Namespace: Cysharp.Threading.Tasks
Assembly: UniTask.dll
public readonly struct AsyncUnit : IEquatable<AsyncUnit>
Implements
Members
Fields
| Name | Description |
|---|---|
| Default |
Methods
| Name | Description |
|---|---|
| Equals(AsyncUnit) | |
| GetHashCode() | |
| ToString() |
Fields
Default
public static readonly AsyncUnit Default
Field Value
Methods
Equals(AsyncUnit)
public bool Equals(AsyncUnit other)
Parameters
otherAsyncUnit
Returns
GetHashCode()
public override int GetHashCode()
Returns
Overrides
ToString()
public override string ToString()