Vixen
c7401864
csharp
public readonly record struct MailId

One letter's identity.

Read the guide page for this →

Fields and properties (3)

  • public Guid Value

    The number.

  • public static MailId None

    No letter.

  • public bool IsSome

    Whether 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