csharp
public readonly record struct MailIdOne letter's identity.
Fields and properties (3)
public Guid ValueThe number.
public static MailId NoneNo letter.
public bool IsSomeWhether it names one.
Methods (3)
public MailId(Guid Value)One letter's identity.
public static MailId New()Mints a fresh one.
public override string ToString()Returns the fully qualified type name of this instance.
Used by (3)
- AuctionTestsVixen.Gameplay.Economy.Tests
- MailMessageVixen.Gameplay.Economy
- PostOfficeVixen.Gameplay.Economy