Interface IUnit
Marker for any value that represents a unit of measure (currency, share, barrel, etc.). Implementations must be equality-comparable and printable.
public interface IUnit : IEquatable<IUnit>
- Inherited Members
Properties
Name
Human-readable name of the unit (e.g. "USD", "shares").
string Name { get; }