Struct Unit
Represents a void type, since void is not a valid return type in C#.
public readonly record struct Unit : IEquatable<Unit>
- Implements
- Inherited Members
Represents a void type, since void is not a valid return type in C#.
public readonly record struct Unit : IEquatable<Unit>