public readonly struct AsyncProgress<T> : IEquatable<AsyncProgress<T>>
Public Structure AsyncProgress(Of T)
Implements IEquatable(Of AsyncProgress(Of T))generic<typename T>
public value class AsyncProgress : IEquatable<AsyncProgress<T>>[<SealedAttribute>]
type AsyncProgress<'T> =
struct
inherit ValueType
interface IEquatable<AsyncProgress<'T>>
end| AsyncProgressT | Initializes a new instance of the AsyncProgressT struct. |
| CurrentValue | Gets the current step of this operation. Its value is between zero and MaximumValue, inclusive bounds. |
| MaximumValue | Gets the maximum steps of this operation. |
| OperationType | Gets information about the current operation in progress. |
| Equals(AsyncProgressT) | Indicates whether the this AsyncProgressT is equal to another one. |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object)) |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) |
| Equality(AsyncProgressT, AsyncProgressT) | Gets whether two AsyncProgressT structures are equal. |
| Inequality(AsyncProgressT, AsyncProgressT) | Gets whether two AsyncProgressT structures are different. |
| Convert |
Converts an Object specified in the obj parameter to the desired targetType.
See the Examples section of the generic ConvertTTarget(Object, CultureInfo) overload for an example. (Defined by ObjectExtensions) |
| ConvertTTarget |
Converts an Object specified in the obj parameter to the desired TTarget.
(Defined by ObjectExtensions) |
| In |
Gets whether item is among the elements of set.
See the Examples section of the generic InT(T, T) overload for an example. (Defined by ObjectExtensions) |
| TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvert |
Tries to convert an Object specified in the obj parameter to the desired targetType.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |
| TryConvertTTarget |
Tries to convert an Object specified in the obj parameter to the desired TTarget.
See the Examples section of the ConvertTTarget(Object, CultureInfo) method for a related example. (Defined by ObjectExtensions) |