AsyncUnit Struct
Namespace: Cysharp.Threading.Tasks
Assembly: cs.temp.dll.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 readonly bool Equals(AsyncUnit other)
Parameters
other
AsyncUnit
Returns
System.Boolean
GetHashCode()
public override readonly int GetHashCode()
Returns
System.Int32
Overrides
System.ValueType.GetHashCode()
ToString()
public override readonly string ToString()
Returns
System.String
Overrides
System.ValueType.ToString()
Implements
System.IEquatable