Class VoidResult
Void return type descriptor.
public sealed record VoidResult : Result, IEquatable<Result>, IEquatable<VoidResult>
- Inheritance
-
VoidResult
- Implements
- Inherited Members
- Extension Methods
Constructors
VoidResult()
Void return type descriptor.
public VoidResult()
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.